Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InsectSpawnDef.c
Go to the documentation of this file.
3{
4 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
5 int m_iSeaDensityMax;
6
7 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
8 int m_iForestDensityMax;
9
10 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
11 int m_iCityDensityMax;
12
13 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
14 int m_iMeadowDensityMax;
15
16 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
17 int m_iRiverDensityMax;
18
19 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
20 int m_iRiverSlopeDensityMax;
21
22 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
23 int m_iLakeDensityMax;
24
25 [Attribute("100", UIWidgets.Slider, "", "0 500 1")]
26 int m_iCoastDensityMax;
27
28 [Attribute("40", UIWidgets.Slider, "", "0 100 1")]
29 int m_iDensityConsumption;
30
31 [Attribute("1", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(EWindCurve))]
32 EWindCurve m_eWindModifier;
33
34 [Attribute("0 0 1 1", UIWidgets.CurveDialog, "", params: "1 1 0 0")]
35 ref Curve m_TimeModifier;
36
37 [Attribute("0 0 1 1", UIWidgets.CurveDialog, "", params: "1 1 0 0")]
38 ref Curve m_RainModifier;
39}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
EWindCurve
Definition Math.c:22
SCR_FieldOfViewSettings Attribute