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

◆ CheckEmoteLockedState()

void CheckEmoteLockedState ( )
protected

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

1077 {
1078 if (!m_Player.GetItemInHands() || (m_Player.GetItemInHands() && !SurrenderDummyItem.Cast(m_Player.GetItemInHands())))
1079 return;
1080
1081 //refreshes reservation in case of unwanted timeout
1083 {
1084 m_Player.GetInventory().ExtendInventoryReservationEx(null, m_HandInventoryLocation, 10000);
1085 }
1086 }
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.