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

Method activate

Engine/source/sfx/sfxState.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134//-----------------------------------------------------------------------------
135
136void SFXState::activate()
137{
138 mActiveCount ++;
139 if( mActiveCount == 1 && !isDisabled() )
140 _onActivate();
141}
142
143//-----------------------------------------------------------------------------
144

Callers 4

_setLightManagerMethod · 0.45
_onActivateMethod · 0.45
sfxState.cppFile · 0.45
updateMethod · 0.45

Calls 1

isDisabledFunction · 0.85

Tested by

no test coverage detected