Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
RadioHandlerComponent.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 RadioHandlerComponent: GameComponent
17 {
18  proto external void SetFrequency(BaseTransceiver transceiver, int freq);
19 }
20 
GameComponentClass
Definition: GameComponentClass.c:7
RadioHandlerComponentClass
Definition: RadioHandlerComponent.c:12
BaseTransceiver
Definition: BaseTransceiver.c:12
SetFrequency
RadioHandlerComponentClass GameComponentClass SetFrequency(BaseTransceiver transceiver, int freq)
GameComponent
Definition: GameComponent.c:12