Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
RadioBroadcastComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
RadioBroadcastComponentClass
:
GameComponentClass
13
{
14
}
15
16
class
RadioBroadcastComponent:
GameComponent
17
{
18
proto external
bool
GetState
();
19
// Enable / disabling of radio
20
proto external
void
EnableRadio
(
bool
enable);
21
}
22
GetState
RadioBroadcastComponentClass GameComponentClass GetState()
Definition:
SCR_BaseEntitiesEditorUIEffect.c:7
GameComponentClass
Definition:
GameComponentClass.c:7
EnableRadio
proto external void EnableRadio(bool enable)
RadioBroadcastComponentClass
Definition:
RadioBroadcastComponent.c:12
GameComponent
Definition:
GameComponent.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Components
RadioBroadcastComponent.c
Generated by
1.8.17