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

◆ ClearInventoryReservation()

void ClearInventoryReservation ( )

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

194 {
196 if (il)
197 {
198 il = GetSrc();
199 }
200
201 if (il)
202 {
203 m_Player.GetHumanInventory().ClearInventoryReservationEx(il.GetItem(), il);
204 }
205 }
DayZPlayer m_Player
Определения Hand_Events.c:42
InventoryLocation GetSrc()
Определения Hand_Events.c:80
InventoryLocation GetDst()
Определения Hand_Events.c:88
proto native EntityAI GetItem()
returns item of current inventory location
InventoryLocation.
Определения InventoryLocation.c:29

Перекрестные ссылки HandEventBase::GetDst(), InventoryLocation::GetItem(), GetSrc() и m_Player.

Используется в GameInventory::ClearInventoryReservationEx().