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

◆ MainMenuButtonEffect()

void MainMenuButtonEffect::MainMenuButtonEffect ( )
inlineprotected

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

12 {
13 if ( g_Game )
14 {
15 g_Game.GetUpdateQueue(CALL_CATEGORY_GUI).Insert(this.Update);
16 }
17 m_anim = new AnimatorTimer();
18 }
DayZGame g_Game
Определения DayZGame.c:3942
void Update(float tDelta)
Определения MainMenuButtonEffect.c:37
ref AnimatorTimer m_anim
Определения MainMenuButtonEffect.c:8
const int CALL_CATEGORY_GUI
Определения 3_Game/DayZ/tools/tools.c:9

Перекрестные ссылки CALL_CATEGORY_GUI, g_Game, m_anim и Update().