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

◆ HasHandInventoryReservation()

bool ActionManagerClient::HasHandInventoryReservation ( )
inlineprotected

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

527 {
528 m_HandInventoryLocationTest.SetHands(m_Player,m_Player.GetItemInHands());
529 if (m_Player.GetHumanInventory().HasInventoryReservation(m_Player.GetItemInHands(),m_HandInventoryLocationTest))
530 return true;
531 return false;
532 }
DayZPlayer m_Player
Определения Hand_Events.c:42
ref InventoryLocation m_HandInventoryLocationTest
Определения ActionManagerClient.c:12

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

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