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

Method ~SimGroup

Engine/source/console/simSet.cpp:615–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

beginFunction · 0.85
endFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected