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

Method pushCompound

Engine/source/util/undo.cpp:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477//-----------------------------------------------------------------------------
478
479CompoundUndoAction* UndoManager::pushCompound( const String& name )
480{
481 mCompoundStack.push_back( new CompoundUndoAction( name ) );
482 return mCompoundStack.last();
483}
484
485//-----------------------------------------------------------------------------
486

Callers 1

DefineEngineMethodFunction · 0.80

Calls 2

push_backMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected