Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_InsectGroup.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
3 {
4  [Attribute("1", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(ESpawnMethod))]
5  ESpawnMethod m_eSpawnMethod;
6 
7  [Attribute("", UIWidgets.EditBox, "Sound event name")]
8  string m_sSoundEvent;
9 
10  [Attribute("", UIWidgets.Object, "")]
11  ref array<ref SCR_InsectType> m_aInsectType;
12 }
SCR_InsectGroup
Definition: SCR_InsectGroup.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
ESpawnMethod
ESpawnMethod
Definition: SCR_SoundGroup.c:1
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