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