Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseTransceiver.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external int GetFrequency();
19 proto external int GetMinFrequency();
24 proto external int GetMaxFrequency();
29 proto external void SetFrequency(int freq);
34 proto external int GetFrequencyResolution();
38 proto external bool IsMuted();
42 proto external bool SetMuteState(bool state);
47 proto external float GetRange();
53 proto external void SetRange(float range);
54 proto external BaseRadioComponent GetRadio();
56 proto external void BeginTransmission(BaseRadioMessage message);
58 proto external void BeginTransmissionFreq(BaseRadioMessage message, int frequency);
59}
60