DayZ 1.29
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 }
map m_Player
ref InventoryLocation m_HandInventoryLocationTest
Определения ActionManagerClient.c:12

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

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