MCPcopy 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
198bool afxSelectronData::onAdd()
199{
200 if (Parent::onAdd() == false)
201 return false;
202
203 return true;
204}
205
206void afxSelectronData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed)
207{

Callers

nothing calls this directly

Calls 2

errorfFunction · 0.50
addObjectMethod · 0.45

Tested by

no test coverage detected