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

◆ OnTimer() [2/2]

void TimerBase::OnTimer ( )
inlineprotected

См. определение в файле 3_Game/tools/tools.c строка 606

607 {
608 if (m_params)
609 {
611 m_params = NULL;
612 }
613 else
614 {
616 }
617 }
ScriptModule GameScript
Определения Global/game.c:12
Managed m_target
Определения 3_Game/tools/tools.c:580
ref Param m_params
Определения 3_Game/tools/tools.c:582
string m_function
Определения 3_Game/tools/tools.c:581
proto native CGame GetGame()
proto volatile int CallFunctionParams(Class inst, string function, out void returnVal, Class parms)
proto volatile int CallFunction(Class inst, string function, out void returnVal, void parm)

Перекрестные ссылки ScriptModule::CallFunction(), ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_function, m_params и m_target.