Структуры данных | |
| class | map |
Определения типов | |
| typedef map | m_Player |
Функции | |
| void | CachedEquipmentStorage (DayZPlayerImplement player) |
| override void | OnItemAttached (notnull Entity entity, int slotId, notnull Entity parent) |
| override void | OnItemDetached (notnull Entity entity, int slotId, notnull Entity parent) |
| override void | OnItemCargoIn (notnull Entity entity) |
| override void | OnItemCargoOut (notnull Entity entity) |
| void | ProcessItemInventory (CachedEquipmentStorageInventoryEntry params) |
| map< ECachedEquipmentItemCategory, ref array< ref CachedEquipmentItemAttribute > > | ProcessAttachments (CachedEquipmentStorageInventoryEntry params) |
| Processes attachments of item given through params. | |
| map< ECachedEquipmentItemCategory, ref array< ref CachedEquipmentItemAttribute > > | ProcessCargo (CachedEquipmentStorageInventoryEntry params) |
| Processes cargo of item given through params. | |