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

Function newShapeCons

Engine/source/afx/afxConstraint.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, bool hist)
318{
319 return (hist) ? new afxShapeHistConstraint(mgr) : new afxShapeConstraint(mgr);
320}
321
322inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, StringTableEntry name, bool hist)
323{

Callers 2

set_ref_shapeMethod · 0.85
create_constraintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected