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

Function P_create_Shell

ogsr_engine/xrGame/PhysicsShell.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28CPhysicsShell* P_create_Shell()
29{
30 CPhysicsShell* shell = xr_new<CPHShell>();
31 return shell;
32}
33
34CPhysicsShell* P_create_splited_Shell()
35{

Callers 12

CreateBodyMethod · 0.85
create_physic_shellMethod · 0.85
CreateSkeletonMethod · 0.85
P_build_ShellFunction · 0.85
P_build_SimpleShellFunction · 0.85
CreateBodyMethod · 0.85
CreatePhysicsShellMethod · 0.85
SplitJointMethod · 0.85
ElementSingleSplitMethod · 0.85
CreateSkeletonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected