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

Method GetInterpreterCallStackDepth

neo/game/script/Script_Interpreter.cpp:1989–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987
1988
1989int idGameEditExt::GetInterpreterCallStackDepth(const idInterpreter* interpreter)
1990{
1991 return interpreter->GetCallstackDepth();
1992}
1993
1994const function_t*idGameEditExt::GetInterpreterCallStackFunction( const idInterpreter* interpreter, int stackDepth/* = -1*/)
1995{

Callers 1

ProcessMessagesMethod · 0.45

Calls 1

GetCallstackDepthMethod · 0.45

Tested by

no test coverage detected