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

◆ DetermineGestureIndex()

int DetermineGestureIndex ( )
protected

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

235 {
236 int count = m_EmoteInputIDs.Count();
237 for (int i = 0; i < count; ++i)
238 {
239 if (GetUApi().GetInputByID(m_EmoteInputIDs[i]).LocalPress())
240 {
241 return m_EmoteIDs[i];
242 }
243 }
244
245 return 0;
246 }
ref array< int > m_EmoteInputIDs
Определения EmoteManager.c:148
ref array< int > m_EmoteIDs
Определения EmoteManager.c:147
proto native UAInputAPI GetUApi()

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

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