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

Method getRedoCount

Engine/source/util/undo.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396S32 UndoManager::getRedoCount()
397{
398 return mRedoStack.size();
399}
400
401DefineEngineMethod(UndoManager, getRedoName, const char*, (S32 index), , "(index)")
402{

Callers 1

undo.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected