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

◆ MainMenuButtonEffect()

void MainMenuButtonEffect::MainMenuButtonEffect ( )
inlineprotected

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

12 {
13 if ( GetGame() )
14 {
16 }
17 m_anim = new AnimatorTimer();
18 }
override ScriptInvoker GetUpdateQueue(int call_category)
Определения DayZGame.c:1192
void Update(float tDelta)
Определения MainMenuButtonEffect.c:37
ref AnimatorTimer m_anim
Определения MainMenuButtonEffect.c:8
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
proto native CGame GetGame()
const int CALL_CATEGORY_GUI
Определения tools.c:9

Перекрестные ссылки CALL_CATEGORY_GUI, GetGame(), CGame::GetUpdateQueue(), ScriptInvoker::Insert(), m_anim и Update().