![]() |
Dayz Explorer 1.29.162510
|
Protected Member Functions | |
| 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) |
Protected Attributes | |
| ref map< ECachedEquipmentItemCategory, ref array< ref CachedEquipmentItemAttribute > > | m_ItemsCacheByCategory |
Definition at line 51 of file cachedequipmentstoragebase.c.
|
protected |
Definition at line 55 of file cachedequipmentstoragebase.c.
|
protected |
List of entities matching the CachedEquipmentStorageQuery query.
| query | Query filter settings |
Definition at line 70 of file cachedequipmentstoragebase.c.
|
protected |
List of entities matching the category and inventory placement.
| category | Matching category |
| placement | Inventory placement (see ECachedEquipmentPlacement) |
Definition at line 100 of file cachedequipmentstoragebase.c.
|
protected |
Definition at line 133 of file cachedequipmentstoragebase.c.
|
protected |
Definition at line 117 of file cachedequipmentstoragebase.c.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 144 of file cachedequipmentstoragebase.c.
|
protected |
Definition at line 53 of file cachedequipmentstoragebase.c.