Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ onAdd
Method
onAdd
Engine/source/afx/afxSelectron.cpp:198–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
bool afxSelectronData::onAdd()
199
{
200
if (Parent::onAdd() == false)
201
return false;
202
203
return true;
204
}
205
206
void afxSelectronData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed)
207
{
Callers
nothing calls this directly
Calls
2
errorf
Function · 0.50
addObject
Method · 0.45
Tested by
no test coverage detected