Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsGeom.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
sealed
class
PhysicsGeom
:
global_pointer
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
size
int size
Definition
PrefabImporter.c:35
PhysicsGeom
Definition
PhysicsGeom.c:16
global_pointer
Plain C++ pointer, no weak pointers, no memory management. Safe to store outside local scope.
Definition
Types.c:135
vector
Definition
vector.c:13
scripts
Core
generated
Physics
PhysicsGeom.c
Generated by
1.17.0