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

Method gatherConstraintDefs

Engine/source/afx/afxSelectron.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void afxSelectronData::gatherConstraintDefs(Vector<afxConstraintDef>& defs)
304{
305 afxConstraintDef::gather_cons_defs(defs, main_fx_list);
306 afxConstraintDef::gather_cons_defs(defs, select_fx_list);
307 afxConstraintDef::gather_cons_defs(defs, deselect_fx_list);
308}
309
310//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//
311

Callers 1

init_constraintsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected