MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getRedoAction

Method getRedoAction

Engine/source/util/undo.cpp:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427UndoAction* UndoManager::getRedoAction(S32 index)
428{
429 if ((index < getRedoCount()) && (index >= 0))
430 return mRedoStack[index];
431 return NULL;
432}
433
434//-----------------------------------------------------------------------------
435const char* UndoManager::getNextUndoName()

Callers 1

undo.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected