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

Method gatherConstraintDefs

Engine/source/afx/afxMagicSpell.cpp:443–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void afxMagicSpellData::gatherConstraintDefs(Vector<afxConstraintDef>& defs)
444{
445 afxConstraintDef::gather_cons_defs(defs, mCasting_fx_list);
446 afxConstraintDef::gather_cons_defs(defs, mLaunch_fx_list);
447 afxConstraintDef::gather_cons_defs(defs, mDelivery_fx_list);
448 afxConstraintDef::gather_cons_defs(defs, mImpact_fx_list);
449 afxConstraintDef::gather_cons_defs(defs, mLinger_fx_list);
450
451 if (mMissile_db)
452 mMissile_db->gather_cons_defs(defs);
453}
454
455//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//
456

Callers 1

init_constraintsMethod · 0.45

Calls 1

gather_cons_defsMethod · 0.45

Tested by

no test coverage detected