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

◆ CheckEmoteLockedState()

void CheckEmoteLockedState ( )
protected

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

1251 {
1252 if (!m_Player.GetItemInHands() || (m_Player.GetItemInHands() && !SurrenderDummyItem.Cast(m_Player.GetItemInHands())))
1253 return;
1254
1255 //refreshes reservation in case of unwanted timeout
1257 {
1258 m_Player.GetInventory().ExtendInventoryReservationEx(null, m_HandInventoryLocation, 10000);
1259 }
1260 }
map m_Player
ref InventoryLocation m_HandInventoryLocation
Определения EmoteManager.c:129
bool m_EmoteLockState
Определения EmoteManager.c:146

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