Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MapLinkProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class MapLinkProps
13{
14 private void MapLinkProps() { }
15 private void ~MapLinkProps() { }
16
17 proto external void SetLineType(EMapLineType type );
18 proto external float GetLineWidth();
19 proto external void SetLineWidth( float lineWidth );
20 proto external float GetOutlineWidth();
21 proto external void SetOutlineWidth( float outlineWidth );
22 proto ref Color GetLineColor();
23 proto external void SetLineColor( notnull Color lineColor );
24 proto ref Color GetOutlineColor();
25 proto external void SetOutlineColor( notnull Color outsideColor );
26 proto external void SetVisible(bool visibility);
27 proto external bool IsVisible();
28}
29
EDamageType type
bool IsVisible()
Definition Color.c:13
EMapLineType