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