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

◆ OnAttachmentReservationRelease()

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

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

225 {
226 SlotsIcon icon = m_InventorySlots.Get( slot_id );
227 icon.Clear();
228 }
ref map< int, SlotsIcon > m_InventorySlots
Определения PlayerContainer.c:4
void Clear()
Определения SlotsIcon.c:612

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

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