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

◆ DetermineGestureIndex()

int DetermineGestureIndex ( )
protected

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

255 {
256 int count = m_EmoteInputIDs.Count();
257 for (int i = 0; i < count; ++i)
258 {
259 if (GetUApi().GetInputByID(m_EmoteInputIDs[i]).LocalPress())
260 {
261 return m_EmoteIDs[i];
262 }
263 }
264
265 return 0;
266 }
ref array< int > m_EmoteInputIDs
Определения EmoteManager.c:165
ref array< int > m_EmoteIDs
Определения EmoteManager.c:164
proto native UAInputAPI GetUApi()

Перекрестные ссылки GetUApi(), m_EmoteIDs и m_EmoteInputIDs.

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