Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BushContainer.c
Go to the documentation of this file.
1
2[BaseContainerProps(configRoot: true)]
4{
5 [Attribute(defvalue: ETreeSoundTypes.Bush.ToString(), desc: "Type of foliage, used for calculating the bush's slowdown", uiwidget: UIWidgets.ComboBox, enumType: ETreeSoundTypes)]
7
8 [Attribute(defvalue: "0", desc: "Weight given to the height of the specific foliage type when calculating the slowdown", params: "0 inf 0.01")]
9 protected float m_fHeightModifier;
10
11 //------------------------------------------------------------------------------------------------
13 {
14 return m_eTreeType;
15 }
16
17 //------------------------------------------------------------------------------------------------
19 {
20 return m_fHeightModifier;
21 }
22}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Helper class to be able to display this in attributes.
ETreeSoundTypes GetTreeType()
ETreeSoundTypes m_eTreeType
float GetSlowdownHeightModifier()
SCR_FieldOfViewSettings Attribute
ETreeSoundTypes