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

Method getRedoName

Engine/source/util/undo.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406const char* UndoManager::getRedoName(S32 index)
407{
408 if ((index < getRedoCount()) && (index >= 0))
409 return mRedoStack[getRedoCount() - index - 1]->mActionName;
410
411 return NULL;
412}
413
414DefineEngineMethod(UndoManager, getRedoAction, S32, (S32 index), , "(index)")
415{

Callers 1

undo.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected