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

Method GetCallstackDepth

neo/game/script/Script_Interpreter.cpp:360–362  ·  view source on GitHub ↗

================ idInterpreter::GetCallstackDepth ================ */

Source from the content-addressed store, hash-verified

358================
359*/
360int idInterpreter::GetCallstackDepth( void ) const {
361 return callStackDepth;
362}
363
364/*
365================

Calls

no outgoing calls

Tested by

no test coverage detected