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

Method onAdd

Engine/source/sfx/sfxEnvironment.cpp:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199//-----------------------------------------------------------------------------
200
201bool SFXEnvironment::onAdd()
202{
203 if( !Parent::onAdd() )
204 return false;
205
206 Sim::getSFXEnvironmentSet()->addObject( this );
207
208 return true;
209}
210
211//-----------------------------------------------------------------------------
212

Callers

nothing calls this directly

Calls 1

addObjectMethod · 0.45

Tested by

no test coverage detected