Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getUndoAction
Method
getUndoAction
Engine/source/util/undo.cpp:384–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
UndoAction* UndoManager::getUndoAction(S32 index)
385
{
386
if ((index < getUndoCount()) && (index >= 0))
387
return mUndoStack[index];
388
return NULL;
389
}
390
391
DefineEngineMethod(UndoManager, getRedoCount, S32, (),,
""
)
392
{
Callers
1
undo.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected