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

Function newObjectCons

Engine/source/afx/afxConstraint.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332inline afxObjectConstraint* newObjectCons(afxConstraintMgr* mgr, bool hist)
333{
334 return (hist) ? new afxObjectHistConstraint(mgr) : new afxObjectConstraint(mgr);
335}
336
337inline afxObjectConstraint* newObjectCons(afxConstraintMgr* mgr, StringTableEntry name, bool hist)
338{

Callers 3

setReferenceObjectMethod · 0.85
create_constraintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected