Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapLegendProps.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 int GetLineWidth();
15  proto external void SetLineWidth(int width);
16  proto external int GetSegmentNumber();
17  proto external void SetSegmentNumber(int num);
18  proto external int GetTotalSegmentLength();
19  proto external void SetTotalSegmentLength(int length);
20  proto external int GetDistanceTextSize();
21  proto external void SetDistanceTextSize(int size);
22  proto external int GetUnitTextSize();
23  proto external void SetUnitTextSize(int size);
24  proto external float GetOffsetX();
25  proto external void SetOffsetX(float offset);
26  proto external float GetOffsetY();
27  proto external void SetOffsetY(float offset);
29  proto external bool GetAlignRight();
31  proto external void SetAlignRight(bool align);
33  proto external bool GetAlignTop();
35  proto external void SetAlignTop(bool align);
36  proto ref Color GetSegment1Color();
37  proto external void SetSegment1Color(notnull Color color);
38  proto ref Color GetSegment2Color();
39  proto external void SetSegment2Color(notnull Color color);
40  proto ref Color GetDistanceTextColor();
41  proto external void SetDistanceTextColor(notnull Color color);
42  proto ref Color GetUnitTextColor();
43  proto external void SetUnitTextColor(notnull Color color);
44  proto external void SetTextBold();
45  proto external void SetTextItalic();
46  proto void SetFont(ResourceName fontPath);
47 }
48 
MapLegendProps
Definition: MapLegendProps.c:12