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

Function P_create_Joint

ogsr_engine/xrGame/PhysicsShell.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40CPhysicsJoint* P_create_Joint(CPhysicsJoint::enumType type, CPhysicsElement* first, CPhysicsElement* second)
41{
42 CPhysicsJoint* joint = xr_new<CPHJoint>(type, first, second);
43 return joint;
44}
45
46CPhysicsShell* P_build_Shell(CGameObject* obj, bool not_active_state, BONE_P_MAP* bone_map, bool not_set_bone_callbacks)
47{

Callers 2

AddElementRecursiveMethod · 0.85
AddElementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected