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

Method reloadReset

Engine/source/afx/afxSelectron.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void afxSelectronData::reloadReset()
141{
142 main_fx_list.clear();
143 select_fx_list.clear();
144 deselect_fx_list.clear();
145}
146
147#define myOffset(field) Offset(field, afxSelectronData)
148

Callers 1

afxSelectron.cppFile · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected