Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exec
Method · 0.80
consoleFunctions.cpp
File · 0.80
_printf
Function · 0.80
consoleInternal.cpp
File · 0.80
findObject
Function · 0.80
pushStackFrame
Method · 0.80
popStackFrame
Method · 0.80
sendBreak
Method · 0.80
debugStepOver
Method · 0.80
debugStepOut
Method · 0.80
evaluateExpression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected