Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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.GraphDialog, "", params: "1 1 0 0")]
35  ref Curve m_TimeModifier;
36 
37  [Attribute("0 0 1 1", UIWidgets.GraphDialog, "", params: "1 1 0 0")]
38  ref Curve m_RainModifier;
39 }
Attribute
typedef Attribute
Post-process effect of scripted camera.
EWindCurve
EWindCurve
Definition: SCR_WindCurveDef.c:4
SCR_InsectSpawnDef
Definition: SCR_InsectSpawnDef.c:2
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468