MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetBackRef

Method SetBackRef

ogsr_engine/xrGame/PHJoint.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43void CPHJoint::SetBackRef(CPhysicsJoint** j)
44{
45 R_ASSERT2(*j == static_cast<CPhysicsJoint*>(this), "wronng reference");
46 m_back_ref = j;
47}
48void CPHJoint::CreateBall()
49{
50 m_joint = dJointCreateBall(0, 0);

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected