Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapLayer.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class MapLayer
13 {
17  proto external int Index();
18  proto external void SetFactionSize(int size);
22  proto external MapDescriptorProps GetPropsFor( int iFaction, EMapDescriptorType type );
26  proto external MapGridProps GetGridProps();
30  proto external MapLegendProps GetLegendProps();
34  proto external MapContourProps GetContourProps();
38  proto external MapLinkProps GetMapLinkProps();
42  proto external MapSelectionProperties GetSelectionProps();
46  proto external MapRoadProps GetRoadProps();
50  proto external MapPowerLineProps GetPowerLineProps();
54  proto external MapBuildingProps GetBuildingProps();
58  proto external MapWaterBodyProps GetWaterBodyProps();
62  proto external MapHillProps GetHillProps();
63  proto external MapAreaProperties GetAreaProps();
67  proto external MapDrawingProps GetMapDrawingProps();
71  proto void SetAll( const EMapDescriptorType eType, const int iFactionIndex, const int _fcolor, const int _bcolor, const int _ocolor, const int _tcolor, const float _selfscale, const float _textscale, const float selfScaleMin = 0.25, const float selfScaleMax = 4, const float textScaleMin = 8, const float textScaleMax = 40, vector offset = vector.Zero, ResourceName font = "" );
75  proto external void ModifyFaction( int iFactionIndex, int uColor );
76  proto external void SetCeiling(float limit);
77  proto external float GetCeiling();
78 }
79 
MapDrawingProps
Definition: MapDrawingProps.c:12
MapBuildingProps
Definition: MapBuildingProps.c:12
MapRoadProps
Definition: MapRoadProps.c:12
MapDescriptorProps
Definition: MapDescriptorProps.c:12
MapWaterBodyProps
Definition: MapWaterBodyProps.c:12
MapPowerLineProps
Definition: MapPowerLineProps.c:12
MapSelectionProperties
Definition: MapSelectionProperties.c:12
EMapDescriptorType
EMapDescriptorType
Definition: EMapDescriptorType.c:15
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32
MapGridProps
Definition: MapGridProps.c:12
MapLegendProps
Definition: MapLegendProps.c:12
MapContourProps
Definition: MapContourProps.c:12
MapAreaProperties
Definition: MapAreaProperties.c:12
MapLayer
Definition: MapLayer.c:12
MapHillProps
Definition: MapHillProps.c:12