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

Method onAdd

Engine/source/afx/afxEffectron.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool afxEffectronData::onAdd()
132{
133 if (Parent::onAdd() == false)
134 return false;
135
136 return true;
137}
138
139void afxEffectronData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed)
140{

Callers

nothing calls this directly

Calls 2

isTempCloneMethod · 0.80
performSubstitutionsMethod · 0.80

Tested by

no test coverage detected