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 
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