Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void 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.cpp
File · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected