Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapContourProps.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  // Visualisation
15  proto external void EnableVisualisation(bool value);
16  proto external void EnableLandVisualization(bool value);
17  proto external void EnableOceanVisualization(bool value);
18  proto external void EnableCoastVisualization(bool value);
19  // LOD
20  proto external int GetLOD();
21  proto external void SetLOD( int lod );
22  // Density
23  proto external float GetMajorDensity();
24  proto external void SetMajorDensity(float density);
25  proto external float GetContourDensity();
26  proto external void SetContourDensity(float density);
27  // Width
28  proto external float GetMajorWidth();
29  proto external void SetMajorWidth(float width);
30  proto external float GetContourWidth();
31  proto external void SetContourWidth(float width);
32  proto external float GetCostalWidth();
33  proto external void SetCostalWidth(float width);
34  // World scale
35  proto external float GetWorldScale();
36  proto external void SetWorldScale(float scale);
40  proto ref Color GetMajorColor();
41  proto external void SetMajorColor(notnull Color color);
45  proto ref Color GetCoastColor();
46  proto external void SetCoastColor(notnull Color color);
50  proto ref Color GetOceanColor();
51  proto external void SetOceanColor(notnull Color color);
55  proto ref Color GetLandColor();
56  proto external void SetLandColor(notnull Color color);
57 }
58 
MapContourProps
Definition: MapContourProps.c:12