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

Method deactivate

Engine/source/sfx/sfxState.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

~SceneManagerMethod · 0.45
_setLightManagerMethod · 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