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

◆ CallParams()

void CallQueueContext::CallParams ( Param params)
inlineprivate

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

36 {
37 if (params)
38 {
40 }
41 else
42 {
44 }
45 }
ScriptModule GameScript
Определения Global/game.c:12
string m_function
Определения 3_Game/tools/tools.c:18
Class m_target
Определения 3_Game/tools/tools.c:17
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_target.

Используется в Call() и CallQueue::Tick().