Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getRedoCount
Method
getRedoCount
Engine/source/util/undo.cpp:396–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
S32 UndoManager::getRedoCount()
397
{
398
return mRedoStack.size();
399
}
400
401
DefineEngineMethod(UndoManager, getRedoName, const char*, (S32 index), ,
"(index)"
)
402
{
Callers
1
undo.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected