Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
physicsgeom.c
Go to the documentation of this file.
1
5
10typedef int[] PhysicsGeom;
12{
14 proto external void Destroy();
22 static proto PhysicsGeom CreateBox(vector size);
30 static proto PhysicsGeom CreateSphere(float radius);
39 static proto PhysicsGeom CreateCapsule(float radius, float height);
48 static proto PhysicsGeom CreateCylinder(float radius, float height);
63 static proto PhysicsGeom CreateTriMesh(vector vertices[], int indices[], int numVertices, int numIndices);
64}
65
proto native void Destroy()
Cleans up the Effect, including unregistering if needed.
Definition effect.c:216
PhysicsGeom dGeom
Definition physicsgeom.c:9