Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TerrainDef.c
Go to the documentation of this file.
2{
9 OCEAN,
10 POND,
12}
13
15class SCR_TerrainDef
17 [Attribute("0", UIWidgets.EditBox, "")]
18 int m_iRangeMin;
20 [Attribute("0", UIWidgets.EditBox, "")]
21 int m_iRangeMax;
23 [Attribute("0", uiwidget: UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(ETerrainType))]
24 ETerrainType m_eTerrainType;
25}
CROPFIELD
FOREST_CONIFER
CONCRETE
MEADOW_GRASS_TALL
enum ETerrainType BaseContainerProps()] class SCR_TerrainDef
MEADOW_GRASS_SHORT
POND_SMALL
ETerrainType
FOREST_LEAFY
SCR_FieldOfViewSettings Attribute
@ OCEAN
Tracing against ocean surface.
Definition TraceFlags.c:19