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

Method getUndoName

Engine/source/util/undo.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364const char* UndoManager::getUndoName(S32 index)
365{
366 if ((index < getUndoCount()) && (index >= 0))
367 return mUndoStack[index]->mActionName;
368
369 return NULL;
370}
371
372DefineEngineMethod(UndoManager, getUndoAction, S32, (S32 index), , "(index)")
373{

Callers 1

undo.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected