Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MapRoadProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
int GetCount()
EDamageType type
bool IsVisible()
Definition Color.c:13
proto external int GetLOD()
EMapLineType
RoadType
Definition RoadType.c:16