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

Method enable

Engine/source/sfx/sfxState.cpp:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155//-----------------------------------------------------------------------------
156
157void SFXState::enable()
158{
159 if( !mDisableCount )
160 return;
161
162 mDisableCount --;
163
164 if( !mDisableCount && mActiveCount > 0 )
165 _onActivate();
166}
167
168//-----------------------------------------------------------------------------
169

Callers 12

setPostEffectOnMethod · 0.45
processMethod · 0.45
onConnectMethod · 0.45
onDisconnectMethod · 0.45
setPostEffectOnMethod · 0.45
processMethod · 0.45
_onDeactivateMethod · 0.45
sfxState.cppFile · 0.45
unpackUpdateMethod · 0.45
_enterFogMethod · 0.45
TorqueMainFunction · 0.45

Calls

no outgoing calls

Tested by 2

onConnectMethod · 0.36
onDisconnectMethod · 0.36