Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GeoShapeType.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7#ifdef WORKBENCH
8
13
15enum GeoShapeType
16{
18 POINT,
20 MULTI_POINT,
22 POLYLINE,
24 POLYGON,
26 UNKNOWN,
27}
28
32
33#endif // WORKBENCH
@ POINT
Not implemented.
Definition ShapeType.c:25
@ POLYGON
Polygon.
Definition ShapeType.c:29
@ UNKNOWN
Definition EPlatform.c:24