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

Function P_create_splited_Shell

ogsr_engine/xrGame/PhysicsShell.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34CPhysicsShell* P_create_splited_Shell()
35{
36 CPhysicsShell* shell = xr_new<CPHSplitedShell>();
37 return shell;
38}
39
40CPhysicsJoint* P_create_Joint(CPhysicsJoint::enumType type, CPhysicsElement* first, CPhysicsElement* second)
41{

Callers 1

CreateBrokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected