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

◆ CheckEmoteLockedState()

void CheckEmoteLockedState ( )
protected

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

1058 {
1059 if (!m_Player.GetItemInHands() || (m_Player.GetItemInHands() && !SurrenderDummyItem.Cast(m_Player.GetItemInHands())))
1060 return;
1061
1062 //refreshes reservation in case of unwanted timeout
1064 {
1065 m_Player.GetInventory().ExtendInventoryReservationEx(null, m_HandInventoryLocation, 10000);
1066 }
1067 }
ref InventoryLocation m_HandInventoryLocation
Определения EmoteManager.c:115
bool m_EmoteLockState
Определения EmoteManager.c:130
DayZPlayer m_Player
Определения Hand_Events.c:42

Перекрестные ссылки m_EmoteLockState, m_HandInventoryLocation и m_Player.