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

◆ ClearEmoteLauncher()

bool ClearEmoteLauncher ( bool forced = false)
protected

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

854 {
855 if (!forced && m_MenuEmote && m_MenuEmote.IsStartGuaranteed())
856 return false;
857
858 m_MenuEmote = null;
859 return true;
860 }
ref EmoteLauncher m_MenuEmote
Определения EmoteManager.c:130

Перекрестные ссылки m_MenuEmote.

Используется в CreateEmoteCBFromMenu(), EndCallbackCommand(), InterruptCallbackCommand(), PlayEmote(), SendEmoteRequestSyncEx() и Update().