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

Method getNextUndoName

Engine/source/util/undo.cpp:435–442  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

433
434//-----------------------------------------------------------------------------
435const char* UndoManager::getNextUndoName()
436{
437 if(mUndoStack.size() < 1)
438 return NULL;
439
440 UndoAction *act = mUndoStack.last();
441 return (*act).mActionName;
442}
443
444//-----------------------------------------------------------------------------
445const char* UndoManager::getNextRedoName()

Callers 1

DefineEngineMethodFunction · 0.80

Calls 2

sizeMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected