Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ShapeType.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
47
ShapeType
Definition ShapeType.c:13
@ ARROW
Arrow pointing down.
Definition ShapeType.c:41
@ SPHERE
Sphere represented by triangle mesh.
Definition ShapeType.c:33
@ POINT
Not implemented.
Definition ShapeType.c:25
@ BRUSH
Not implemented.
Definition ShapeType.c:21
@ LINE_STRIP
Multiple lines in a single winding.
Definition ShapeType.c:45
@ PYRAMID
Four sided pyramid. Defined by bound-box, where base is equal to bottom side of box.
Definition ShapeType.c:39
@ LINE
One lines.
Definition ShapeType.c:19
@ LINE_LIST
List of multiple lines.
Definition ShapeType.c:43
@ MESH
Triangle mesh. Just triangle list, no tri-fan/tri-strip.
Definition ShapeType.c:27
@ NONE
When Shape is created and not initialized yet.
Definition ShapeType.c:15
@ POLYGON
Polygon.
Definition ShapeType.c:29
@ CYLINDER
Cylinder represented by triangle mesh.
Definition ShapeType.c:35
@ PIVOT
3D orientation visualizer
Definition ShapeType.c:23
@ DIAMOND
Eight faced pyramid. Defined by bound-box, where middle part is equal to horizontal extents of box an...
Definition ShapeType.c:37
@ BBOX
Just box.
Definition ShapeType.c:17
@ INDEXEDMESH
Triangle mesh. Just triangle list, no tri-fan/tri-strip.
Definition ShapeType.c:31