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

◆ ~HandsContainer()

void HandsContainer::~HandsContainer ( )
inlineprotected

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

44 {
45 if ( m_Entity )
46 {
47 m_Entity.GetOnItemAttached().Remove( AttachmentAdded );
48 m_Entity.GetOnItemDetached().Remove( AttachmentRemoved );
49 }
50
51 m_AttachmentCargos.Clear();
54 }
EntityAI m_Entity
Определения ActionDebug.c:11
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:1342
void AttachmentAdded(EntityAI item, string slot, EntityAI parent)
Определения HandsContainer.c:1287

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