Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapRoadProps.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 GetLOD();
15  proto external void SetLOD(int lod);
16  proto external int GetCount();
17  proto external void SetCount(int count);
18  proto external void SetVisibility(RoadType type, bool visibility);
19  proto external void SetBorderVisibility(RoadType type, bool visibility);
20  proto external void SetLineWidth(RoadType type, float width);
21  proto external void SetBorderLineWidth(RoadType type, float width);
22  proto external void SetLineType(RoadType type, EMapLineType lineType);
23  proto external void SetDashedLineLength(RoadType type, float length);
24  proto external void SetDashedLineGapLength(RoadType type, float length);
25  proto external void SetColor(RoadType type, notnull Color color);
26  proto external void SetSecondaryColor(RoadType type, notnull Color color);
27  proto external void SetBorderColor(RoadType type, notnull Color color);
28  proto external void SetVisible(bool visibility);
29  proto external bool IsVisible();
30 }
31 
MapRoadProps
Definition: MapRoadProps.c:12
EMapLineType
EMapLineType
Definition: EMapLineType.c:12
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32