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

Method GetInterpreterCallStackFunction

neo/game/script/Script_Interpreter.cpp:1994–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992}
1993
1994const function_t*idGameEditExt::GetInterpreterCallStackFunction( const idInterpreter* interpreter, int stackDepth/* = -1*/)
1995{
1996 return interpreter->GetCallstack( )[ stackDepth > -1 ? stackDepth :interpreter->GetCallstackDepth( ) ].f;
1997}

Callers 1

ProcessMessagesMethod · 0.45

Calls 2

GetCallstackMethod · 0.45
GetCallstackDepthMethod · 0.45

Tested by

no test coverage detected