Защищенные члены | |
| void | CachedEquipmentStorageBase () |
| 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 (CachedEquipmentStorageQuery query) |
| List of entities matching the CachedEquipmentStorageQuery query. | |
| array< Entity > | GetEntitiesByCategory (ECachedEquipmentItemCategory category, ECachedEquipmentPlacement placement=ECachedEquipmentPlacement.ANY) |
| List of entities matching the category and inventory placement. | |
| bool | IsStored (Entity entity, ECachedEquipmentItemCategory category) |
| void | Insert (ECachedEquipmentItemCategory category, CachedEquipmentItemAttribute attributes) |
| void | Remove (ECachedEquipmentItemCategory category, Entity entity) |
Защищенные данные | |
| ref map< ECachedEquipmentItemCategory, ref array< ref CachedEquipmentItemAttribute > > | m_ItemsCacheByCategory |
См. определение в файле CachedEquipmentStorageBase.c строка 51