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

Method removeNamedEffect

Engine/source/afx/afxChoreographer.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void afxChoreographer::removeNamedEffect(afxEffectWrapper* ew)
761{
762 named_effects.removeObject(ew);
763}
764
765afxEffectWrapper* afxChoreographer::findNamedEffect(StringTableEntry name)
766{

Callers 1

~afxEffectWrapperMethod · 0.80

Calls 1

removeObjectMethod · 0.45

Tested by

no test coverage detected