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

Method onRemove

Engine/source/sfx/sfxSound.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319//-----------------------------------------------------------------------------
320
321void SFXSound::onRemove()
322{
323 SFXProfile* profile = getProfile();
324 if( profile != NULL )
325 profile->getChangedSignal().remove( this, &SFXSound::_onProfileChanged );
326
327 Parent::onRemove();
328}
329
330//-----------------------------------------------------------------------------
331

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected