Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Tree.c
Go to the documentation of this file.
2{
3 [Attribute("0", uiwidget: UIWidgets.ComboBox, "Type of ambient sound it should emit.", "", ParamEnumArray.FromEnum(ETreeSoundTypes))]
4 int SoundType;
5
6 [Attribute("0", uiwidget: UIWidgets.Object, "Distance of foliage from ground.", "")]
7 int m_iFoliageHeight;
8};
9
10class Tree : BaseTree
11{
12
13};
Definition Tree.c:11
SCR_FieldOfViewSettings Attribute
ETreeSoundTypes