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

Method add_Joint

ogsr_engine/xrGame/PHShell.cpp:1424–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422}
1423
1424void CPHShell::add_Joint(CPhysicsJoint* J)
1425{
1426 if (!J)
1427 return;
1428 joints.push_back(static_cast<CPHJoint*>(J));
1429 joints.back()->SetShell(this);
1430}
1431
1432CODEGeom* CPHShell::get_GeomByID(u16 bone_id)
1433{

Callers 1

AddElementMethod · 0.80

Calls 3

push_backMethod · 0.45
SetShellMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected