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

Method disable

Engine/source/sfx/sfxState.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168//-----------------------------------------------------------------------------
169
170void SFXState::disable()
171{
172 mDisableCount ++;
173
174 if( mDisableCount == 1 && mActiveCount > 0 )
175 _onDeactivate();
176}
177
178//-----------------------------------------------------------------------------
179

Callers 14

setPostEffectOnMethod · 0.45
processMethod · 0.45
MainWindowMethod · 0.45
onConnectMethod · 0.45
onDisconnectMethod · 0.45
setPostEffectOnMethod · 0.45
processMethod · 0.45
_onActivateMethod · 0.45
sfxState.cppFile · 0.45
onRemoveMethod · 0.45
onRemoveMethod · 0.45

Calls

no outgoing calls

Tested by 3

MainWindowMethod · 0.36
onConnectMethod · 0.36
onDisconnectMethod · 0.36