Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_RandomPositionalInsectsDef.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
3 {
4  [Attribute(defvalue: "", UIWidgets.ResourceNamePicker, desc: "", params: "conf")]
5  ResourceName m_sInsectGroup;
6 
7  [Attribute(defvalue: "", UIWidgets.ResourceNamePicker, desc: "", params: "conf")]
8  ResourceName m_sSpawnDef;
9 
10  [Attribute(defvalue: "50", UIWidgets.Slider, params: "0 100 1", desc: "When suitable place is found, with what chance is Insect spawned there")]
11  int m_iSpawnChance;
12 }
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_RandomPositionalInsectsDef
Definition: SCR_RandomPositionalInsectsDef.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