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

Method cleanup

Engine/source/afx/afxEffectWrapper.cpp:1100–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100void afxEffectWrapper::cleanup(bool was_stopped)
1101{
1102 ea_finish(was_stopped);
1103 if (!mEffect_cons_id.undefined())
1104 {
1105 mCons_mgr->setReferenceEffect(mEffect_cons_id, 0);
1106 mEffect_cons_id = afxConstraintID();
1107 }
1108}
1109
1110void afxEffectWrapper::setScopeStatus(bool in_scope)
1111{

Callers

nothing calls this directly

Calls 3

afxConstraintIDClass · 0.85
undefinedMethod · 0.80
setReferenceEffectMethod · 0.80

Tested by

no test coverage detected