Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapLinkProps.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
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 
EMapLineType
EMapLineType
Definition: EMapLineType.c:12
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32