DIFF

class CachedEquipmentStorageBaseSource

CachedEquipmentStorage CachedEquipmentStorageBase

Constructors 1

void CachedEquipmentStorageBase()

Members 1

Methods 11

void OnItemAttached(notnull Entity entity, int slotId, notnull Entity parent)
void OnItemDetached(notnull Entity entity, int slotId, notnull Entity parent)
void OnItemCargoIn(notnull Entity entity)
void OnItemCargoOut(notnull Entity entity)
array<Entity> GetEntitiesByCategory(ECachedEquipmentItemCategory category, ECachedEquipmentPlacement placement = ECachedEquipmentPlacement.ANY)

List of entities matching the category and inventory placement

category
Matching category
placement
Inventory placement (see ECachedEquipmentPlacement)
void PrintCachedEntitiesByCategory(ECachedEquipmentItemCategory category)DIAG_DEVELOPER
Referenced by DumpCache()