Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_InsectGroup.c
Go to the documentation of this file.
1
enum
ESpawnMethod
2
{
3
ENTITY,
4
TERRAIN
,
5
SOUNDMAP
6
}
7
8
[
BaseContainerProps
(configRoot:
true
)]
9
class
SCR_InsectGroup
10
{
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
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SOUNDMAP
SOUNDMAP
Definition
SCR_InsectGroup.c:12
TERRAIN
TERRAIN
Definition
SCR_InsectGroup.c:10
ESpawnMethod
ESpawnMethod
Definition
SCR_InsectGroup.c:2
m_sSoundEvent
string m_sSoundEvent
Definition
SCR_SoundGroup.c:45
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Components
AmbientInsectsComponent
SCR_InsectGroup.c
Generated by
1.17.0