Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TerrainDef.c
Go to the documentation of this file.
2 {
10  POND,
12 }
13 
15 class SCR_TerrainDef
16 {
17  [Attribute("0", UIWidgets.EditBox, "")]
18  int m_iRangeMin;
19 
20  [Attribute("0", UIWidgets.EditBox, "")]
21  int m_iRangeMax;
22 
23  [Attribute("0", uiwidget: UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(ETerrainType))]
24  ETerrainType m_eTerrainType;
25 }
FOREST_CONIFER
FOREST_CONIFER
Definition: SCR_TerrainDef.c:4
BaseContainerProps
enum ETerrainType BaseContainerProps()] class SCR_TerrainDef
Definition: SCR_TerrainDef.c:14
ETerrainType
ETerrainType
Definition: SCR_TerrainDef.c:1
CROPFIELD
CROPFIELD
Definition: SCR_TerrainDef.c:6
POND
POND
Definition: SCR_TerrainDef.c:9
CONCRETE
CONCRETE
Definition: SCR_TerrainDef.c:7
POND_SMALL
POND_SMALL
Definition: SCR_TerrainDef.c:11
Attribute
typedef Attribute
Post-process effect of scripted camera.
OCEAN
OCEAN
Definition: SCR_TerrainDef.c:8
FOREST_LEAFY
FOREST_LEAFY
Definition: SCR_TerrainDef.c:5
MEADOW_GRASS_TALL
MEADOW_GRASS_TALL
Definition: SCR_TerrainDef.c:3
MEADOW_GRASS_SHORT
MEADOW_GRASS_SHORT
Definition: SCR_TerrainDef.c:2