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

Method onAdd

Engine/source/afx/afxMagicSpell.cpp:285–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool afxMagicSpellData::onAdd()
286{
287 if (Parent::onAdd() == false)
288 return false;
289
290 if (mMissile_db != NULL && mDelivery_dur == 0.0)
291 mDelivery_dur = -1;
292
293 return true;
294}
295
296void afxMagicSpellData::pack_fx(BitStream* stream, const afxEffectList& fx, bool packed)
297{

Callers

nothing calls this directly

Calls 2

isTempCloneMethod · 0.80
performSubstitutionsMethod · 0.80

Tested by

no test coverage detected