Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getUndoCount
Method
getUndoCount
Engine/source/util/undo.cpp:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
S32 UndoManager::getUndoCount()
355
{
356
return mUndoStack.size();
357
}
358
359
DefineEngineMethod(UndoManager, getUndoName, const char*, (S32 index), ,
"(index)"
)
360
{
Callers
1
undo.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected