Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SoundGroup.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_SoundGroup
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_SoundType> m_aSoundType;
19
}
BaseContainerProps
enum ESpawnMethod BaseContainerProps(configRoot:true)
Definition:
SCR_SoundGroup.c:8
Attribute
typedef Attribute
Post-process effect of scripted camera.
TERRAIN
TERRAIN
Definition:
SCR_SoundGroup.c:3
SOUNDMAP
SOUNDMAP
Definition:
SCR_SoundGroup.c:5
ENTITY
ENTITY
Definition:
SCR_SoundGroup.c:2
ESpawnMethod
ESpawnMethod
Definition:
SCR_SoundGroup.c:1
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Components
AmbientSoundsComponent
SCR_SoundGroup.c
Generated by
1.8.17