MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / CallFunction

Method CallFunction

neo/d3xp/script/Script_Thread.cpp:729–732  ·  view source on GitHub ↗

================ idThread::CallFunction NOTE: If this is called from within a event called by this thread, the function arguments will be invalid after calling this function. ================ */

Source from the content-addressed store, hash-verified

727================
728*/
729void idThread::CallFunction( const function_t *func, bool clearStack ) {
730 ClearWaitFor();
731 interpreter.EnterFunction( func, clearStack );
732}
733
734/*
735================

Callers 15

CallFrameCommandMethod · 0.45
SetStateMethod · 0.45
ConstructScriptObjectMethod · 0.45
Event_TakeFlagMethod · 0.45
Event_DropFlagMethod · 0.45
Event_FlagReturnMethod · 0.45
Event_FlagCaptureMethod · 0.45
Event_ActivateMethod · 0.45
UpdateSkinMethod · 0.45
SetStateMethod · 0.45
ConstructScriptObjectMethod · 0.45

Calls 2

EnterFunctionMethod · 0.45
EnterObjectFunctionMethod · 0.45

Tested by

no test coverage detected