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

Method onAdd

Engine/source/sfx/sfxState.cpp:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178//-----------------------------------------------------------------------------
179
180bool SFXState::onAdd()
181{
182 if( !Parent::onAdd() )
183 return false;
184
185 Sim::getSFXStateSet()->addObject( this );
186
187 return true;
188}
189
190//-----------------------------------------------------------------------------
191

Callers

nothing calls this directly

Calls 1

addObjectMethod · 0.45

Tested by

no test coverage detected