MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getStackDepth

Method getStackDepth

Engine/source/console/consoleInternal.h:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 void pushFrameRef(S32 stackIndex);
523
524 U32 getStackDepth() const
525 {
526 return mStackDepth;
527 }
528
529 Dictionary& getCurrentFrame()
530 {

Callers 11

execMethod · 0.80
_printfFunction · 0.80
findObjectFunction · 0.80
pushStackFrameMethod · 0.80
popStackFrameMethod · 0.80
sendBreakMethod · 0.80
debugStepOverMethod · 0.80
debugStepOutMethod · 0.80
evaluateExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected