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

Method deactivate

Engine/source/sfx/sfxState.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143//-----------------------------------------------------------------------------
144
145void SFXState::deactivate()
146{
147 if( !mActiveCount )
148 return;
149
150 mActiveCount --;
151 if( !mActiveCount && !isDisabled() )
152 _onDeactivate();
153}
154
155//-----------------------------------------------------------------------------
156

Callers 7

~SceneManagerMethod · 0.45
_setLightManagerMethod · 0.45
ea_set_scope_statusMethod · 0.45
_onDeactivateMethod · 0.45
sfxState.cppFile · 0.45
updateMethod · 0.45
removeSoundscapeMethod · 0.45

Calls 1

isDisabledFunction · 0.85

Tested by

no test coverage detected