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

Method ~SimGroup

Engine/source/console/simSet.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611//-----------------------------------------------------------------------------
612
613SimGroup::~SimGroup()
614{
615 for( iterator itr = begin(); itr != end(); itr ++ )
616 mNameDictionary.remove(*itr);
617}
618
619//-----------------------------------------------------------------------------
620

Callers

nothing calls this directly

Calls 3

beginFunction · 0.85
endFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected