Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapDrawingProps.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 MapDrawingProps() { }
15  private void ~MapDrawingProps() { }
16 
17  proto external void SetVisible(bool visibility);
18  proto external bool IsVisible();
19  proto external void SetHollow(bool hollow);
20  proto external bool IsHollow();
21  proto external void SetShapeType( EMapDrawingShapeType type );
22  proto external void SetDetail( int iDetail );
23  proto external int GetDetail();
24  proto external void SetOutlineType(EMapLineType type );
25  proto external float GetOutlineWidth();;
26  proto external void SetOutlineWidth( float outlineWidth );
27  proto ref Color GetOutlineColor();
28  proto external void SetOutlineColor( notnull Color outsideColor );
29  proto ref Color GetInteriorColor();
30  proto external void SetInteriorColor( notnull Color interiorColor );
31 }
32 
MapDrawingProps
Definition: MapDrawingProps.c:12
EMapLineType
EMapLineType
Definition: EMapLineType.c:12
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32
EMapDrawingShapeType
EMapDrawingShapeType
Definition: EMapDrawingShapeType.c:12