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

◆ ~MainMenuButtonEffect()

void MainMenuButtonEffect::~MainMenuButtonEffect ( )
inlineprotected

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

22 {
23 if ( GetGame() && GetGame().GetUpdateQueue(CALL_CATEGORY_GUI) )
24 {
26 }
27 }
override ScriptInvoker GetUpdateQueue(int call_category)
Определения DayZGame.c:1192
void Update(float tDelta)
Определения MainMenuButtonEffect.c:37
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
proto native CGame GetGame()
const int CALL_CATEGORY_GUI
Определения tools.c:9

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