Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MapDrawingProps Interface Reference

Public Member Functions

proto external void SetVisible (bool visibility)
 
proto external bool IsVisible ()
 
proto external void SetHollow (bool hollow)
 
proto external bool IsHollow ()
 
proto external void SetShapeType (EMapDrawingShapeType type)
 
proto external void SetDetail (int iDetail)
 
proto external int GetDetail ()
 
proto external void SetOutlineType (EMapLineType type)
 
proto external float GetOutlineWidth ()
 
proto external void SetOutlineWidth (float outlineWidth)
 
proto ref Color GetOutlineColor ()
 
proto external void SetOutlineColor (notnull Color outsideColor)
 
proto ref Color GetInteriorColor ()
 
proto external void SetInteriorColor (notnull Color interiorColor)
 

Member Function Documentation

◆ GetDetail()

proto external int MapDrawingProps.GetDetail ( )

◆ GetInteriorColor()

proto ref Color MapDrawingProps.GetInteriorColor ( )

◆ GetOutlineColor()

proto ref Color MapDrawingProps.GetOutlineColor ( )

◆ GetOutlineWidth()

proto external float MapDrawingProps.GetOutlineWidth ( )

◆ IsHollow()

proto external bool MapDrawingProps.IsHollow ( )

◆ IsVisible()

proto external bool MapDrawingProps.IsVisible ( )

◆ SetDetail()

proto external void MapDrawingProps.SetDetail ( int  iDetail)

◆ SetHollow()

proto external void MapDrawingProps.SetHollow ( bool  hollow)

◆ SetInteriorColor()

proto external void MapDrawingProps.SetInteriorColor ( notnull Color  interiorColor)

◆ SetOutlineColor()

proto external void MapDrawingProps.SetOutlineColor ( notnull Color  outsideColor)

◆ SetOutlineType()

proto external void MapDrawingProps.SetOutlineType ( EMapLineType  type)

◆ SetOutlineWidth()

proto external void MapDrawingProps.SetOutlineWidth ( float  outlineWidth)

◆ SetShapeType()

proto external void MapDrawingProps.SetShapeType ( EMapDrawingShapeType  type)

◆ SetVisible()

proto external void MapDrawingProps.SetVisible ( bool  visibility)

The documentation for this interface was generated from the following file: