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

◆ Attachments()

void Attachments::Attachments ( Container parent,
EntityAI entity )
inlineprotected

См. определение в файле 5_Mission/GUI/InventoryNew/Attachments.c строка 16

17 {
18 m_Parent = parent;
19 m_Entity = entity;
21 m_AttachmentIDOrdered = new array<int>;
23 m_AttachmentSlotDisplayable = new array<string>;
24 m_Entity.GetOnItemAttached().Insert( AttachmentAdded );
25 m_Entity.GetOnItemDetached().Insert( AttachmentRemoved );
26 m_Entity.GetOnAttachmentSetLock().Insert( OnAttachmentReservationSet );
27 m_Entity.GetOnAttachmentReleaseLock().Insert( OnAttachmentReservationRelease );
28
29 }
map
Определения ControlsXboxNew.c:4
void AttachmentRemoved(EntityAI item, string slot, EntityAI parent)
ref array< string > m_AttachmentSlotDisplayable
ref array< string > m_AttachmentSlotNames
void AttachmentAdded(EntityAI item, string slot, EntityAI parent)
void OnAttachmentReservationRelease(EntityAI item, int slot_id)
array< string > GetItemSlots(EntityAI e)
ref array< int > m_AttachmentIDOrdered
void OnAttachmentReservationSet(EntityAI item, int slot_id)
ref map< int, SlotsIcon > m_AttachmentSlots

Перекрестные ссылки AttachmentAdded(), AttachmentRemoved(), GetItemSlots(), m_AttachmentIDOrdered, m_AttachmentSlotDisplayable, m_AttachmentSlotNames, m_AttachmentSlots, m_Entity, m_Parent, OnAttachmentReservationRelease() и OnAttachmentReservationSet().