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

Method reloadReset

Engine/source/afx/afxMagicSpell.cpp:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void afxMagicSpellData::reloadReset()
201{
202 mCasting_fx_list.clear();
203 mLaunch_fx_list.clear();
204 mDelivery_fx_list.clear();
205 mImpact_fx_list.clear();
206 mLinger_fx_list.clear();
207}
208
209#define myOffset(field) Offset(field, afxMagicSpellData)
210

Callers 1

afxMagicSpell.cppFile · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected