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

◆ EmoteLauncher()

void EmoteLauncher::EmoteLauncher ( int emoteID,
bool interrupts_same )
inlineprotected

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

77 {
78 m_ID = emoteID;
79 m_InterruptsSameIDEmote = interrupts_same;
81 m_IsStartGuaranteed = false;
82 m_SyncRequestSent = false;
83 }
static const int FORCE_NONE
Определения EmoteManager.c:66
bool m_SyncRequestSent
Определения EmoteManager.c:72
int m_ID
Определения EmoteManager.c:74
bool m_IsStartGuaranteed
Определения EmoteManager.c:71
bool m_InterruptsSameIDEmote
Определения EmoteManager.c:70
int m_ForcePlayEmote
Определения EmoteManager.c:73

Перекрестные ссылки FORCE_NONE, m_ForcePlayEmote, m_ID, m_InterruptsSameIDEmote, m_IsStartGuaranteed и m_SyncRequestSent.