MCPcopy 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
384UndoAction* UndoManager::getUndoAction(S32 index)
385{
386 if ((index < getUndoCount()) && (index >= 0))
387 return mUndoStack[index];
388 return NULL;
389}
390
391DefineEngineMethod(UndoManager, getRedoCount, S32, (),, "")
392{

Callers 1

undo.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected