Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getCompoundStackDepth
Method
getCompoundStackDepth
Engine/source/util/undo.h:184–184 ·
view source on GitHub ↗
Return the current nesting depth of the compound stack.
Source
from the content-addressed store, hash-verified
182
183
/// Return the current nesting depth of the compound stack.
184
U32 getCompoundStackDepth() const { return mCompoundStack.size(); }
185
186
/// @}
187
};
Callers
1
undo.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected