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

Method setGhostConstraintObject

Engine/source/afx/afxChoreographer.cpp:770–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770void afxChoreographer::setGhostConstraintObject(SceneObject* obj, StringTableEntry cons_name)
771{
772 if (constraint_mgr)
773 constraint_mgr->setReferenceObject(cons_name, obj);
774}
775
776void afxChoreographer::restoreScopedObject(SceneObject* obj)
777{

Callers 3

advanceTimeMethod · 0.80
advanceTimeMethod · 0.80
advanceTimeMethod · 0.80

Calls 1

setReferenceObjectMethod · 0.45

Tested by

no test coverage detected