MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / onAdd

Method onAdd

Engine/source/sfx/sfxEnvironment.cpp:217–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215//-----------------------------------------------------------------------------
216
217bool SFXEnvironment::onAdd()
218{
219 if( !Parent::onAdd() )
220 return false;
221
222 Sim::getSFXEnvironmentSet()->addObject( this );
223
224 return true;
225}
226
227//-----------------------------------------------------------------------------
228

Callers

nothing calls this directly

Calls 1

addObjectMethod · 0.45

Tested by

no test coverage detected