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

◆ HasHandInventoryReservation()

bool ActionManagerClient::HasHandInventoryReservation ( )
inlineprotected

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

521 {
522 m_HandInventoryLocationTest.SetHands(m_Player,m_Player.GetItemInHands());
523 if (m_Player.GetHumanInventory().HasInventoryReservation(m_Player.GetItemInHands(),m_HandInventoryLocationTest))
524 return true;
525 return false;
526 }
DayZPlayer m_Player
Определения Hand_Events.c:42
ref InventoryLocation m_HandInventoryLocationTest
Определения ActionManagerClient.c:12

Перекрестные ссылки m_HandInventoryLocationTest и m_Player.

Используется в FindContextualUserActions().