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

◆ OnAttachmentReservationSet()

void PlayerContainer::OnAttachmentReservationSet ( EntityAI item,
int slot_id )
inlineprotected

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

215 {
216 SlotsIcon icon = m_InventorySlots.Get( slot_id );
217
218 if( item )
219 {
220 icon.Init( item, true );
221 }
222 }
ref map< int, SlotsIcon > m_InventorySlots
Определения PlayerContainer.c:4
void Init(EntityAI obj, bool reservation=false)
Определения SlotsIcon.c:501

Перекрестные ссылки SlotsIcon::Init() и m_InventorySlots.

Используется в SetPlayer() и ~PlayerContainer().