Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapGridProps.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  proto external void SetLineType(EMapLineType type);
15  proto external int GetOverlap();
16  proto external void SetOverlap(int overlap);
17  proto external float GetBorderRatio();
18  proto external void SetBorderRatio(float borderRatio);
19  proto external float GetGridClose();
20  proto external void SetGridClose(float gridClose);
21  proto external float GetGridFar();
22  proto external void SetGridFar(float gridFar);
23  // TODO Remove - Cihan
24  proto external float GetSquareSize();
25  proto external void SetSquareSize(float size);
26  proto external void SetMainGridSize(float size);
27  proto external void SetGridStepSize(float size);
28  proto external float GetLineWidth();
29  proto external void SetLineWidth(float lineWidth);
30  proto external void SetMainLineWidth(float lineWidth);
31  proto external float GetOutsideWidth();
32  proto external void SetOutsideWidth(float outsideWidth);
33  proto external float GetBorderWidth();
34  proto external void SetBorderWidth(float borderWidth);
35  proto ref Color GetTextColor();
36  proto external void SetTextColor(notnull Color textColor);
37  proto ref Color GetLineColor();
38  proto external void SetLineColor(notnull Color lineColor);
39  proto external void SetMainGridLineColor(notnull Color lineColor);
40  proto ref Color GetOutsideColor();
41  proto external void SetOutsideColor(notnull Color outsideColor);
42  proto ref Color GetBorderColor();
43  proto external void SetBorderColor(notnull Color borderColor);
44  proto external float GetFontsize();
45  proto external void SetFontsize(float size);
46  proto external void SetTextBold();
47  proto external void SetTextItalic();
48  proto void SetFont(ResourceName fontPath);
49 }
50 
EMapLineType
EMapLineType
Definition: EMapLineType.c:12
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32
MapGridProps
Definition: MapGridProps.c:12