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

Method getUndoCount

Engine/source/util/undo.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354S32 UndoManager::getUndoCount()
355{
356 return mUndoStack.size();
357}
358
359DefineEngineMethod(UndoManager, getUndoName, const char*, (S32 index), , "(index)")
360{

Callers 1

undo.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected