Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PhysicsGeom.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
16{
18 proto external void Destroy();
26 static proto PhysicsGeom CreateBox(vector size);
34 static proto PhysicsGeom CreateSphere(float radius);
43 static proto PhysicsGeom CreateCapsule(float radius, float height);
52 static proto PhysicsGeom CreateCylinder(float radius, float height);
67 static proto PhysicsGeom CreateTriMesh(vector vertices[], int indices[], int numVertices, int numIndices);
68}
69
int size
Plain C++ pointer, no weak pointers, no memory management. Safe to store outside local scope.
Definition Types.c:135