DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс CachedEquipmentStorageBase

Защищенные члены

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< EntityGetEntitiesByCategory (CachedEquipmentStorageQuery query)
 List of entities matching the CachedEquipmentStorageQuery query.
 
array< EntityGetEntitiesByCategory (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