Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InsectGroup.c
Go to the documentation of this file.
2{
3 ENTITY,
6}
7
8[BaseContainerProps(configRoot: true)]
9class SCR_InsectGroup
11 [Attribute("1", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(ESpawnMethod))]
12 ESpawnMethod m_eSpawnMethod;
13
14 [Attribute("", UIWidgets.EditBox, "Sound event name")]
15 string m_sSoundEvent;
16
17 [Attribute("", UIWidgets.Object, "")]
18 ref array<ref SCR_InsectType> m_aInsectType;
19}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SOUNDMAP
TERRAIN
ESpawnMethod
string m_sSoundEvent
SCR_FieldOfViewSettings Attribute