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

◆ ~HandsContainer()

void HandsContainer::~HandsContainer ( )
inlineprotected

См. определение в файле HandsContainer.c строка 43

44 {
45 if ( m_Entity )
46 {
49 }
50
51 m_AttachmentCargos.Clear();
54 }
Entity m_Entity
Определения CachedEquipmentStorageBase.c:14
ScriptInvoker GetOnItemAttached()
ScriptInvoker GetOnItemDetached()
ref map< EntityAI, ref CargoContainer > m_AttachmentCargos
Определения HandsContainer.c:10
ref map< EntityAI, AttachmentsWrapper > m_AttachmentAttachmentsContainers
Определения HandsContainer.c:11
ref map< EntityAI, ref Attachments > m_AttachmentAttachments
Определения HandsContainer.c:12
void AttachmentRemoved(EntityAI item, string slot, EntityAI parent)
Определения HandsContainer.c:1343
void AttachmentAdded(EntityAI item, string slot, EntityAI parent)
Определения HandsContainer.c:1288
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list

Перекрестные ссылки AttachmentAdded(), AttachmentRemoved(), m_AttachmentAttachments, m_AttachmentAttachmentsContainers, m_AttachmentCargos и m_Entity.