MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ~UndoAction

Method ~UndoAction

Engine/source/util/undo.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52UndoAction::~UndoAction()
53{
54 // If we are registered to an undo manager, make sure
55 // we get off its lists.
56 if( mUndoManager )
57 mUndoManager->removeAction( this, true );
58
59 clearAllNotifications();
60}
61
62//-----------------------------------------------------------------------------
63void UndoAction::initPersistFields()

Callers

nothing calls this directly

Calls 1

removeActionMethod · 0.45

Tested by

no test coverage detected