|
Arma Reforger Script API
|
Public Member Functions | |
| proto external string | GetEditorFaction () |
Public Member Functions inherited from BaseTransceiver | |
| proto external int | GetFrequency () |
| proto external int | GetMinFrequency () |
| Returns maximum tunable frequency of the radio. | |
| proto external int | GetMaxFrequency () |
| Returns minimum tunable frequency of the radio. | |
| proto external void | SetFrequency (int freq) |
| Sets frequency. | |
| proto external int | GetFrequencyResolution () |
| Frequency resolution for all transceivers. | |
| proto external bool | IsMuted () |
| Returns true if the transceiver is muted. | |
| proto external bool | SetMuteState (bool state) |
| Toggles the mute state of the transceiver. | |
| proto external float | GetRange () |
| Gets maximum transmitting range of radio. | |
| proto external void | SetRange (float range) |
| Sets maximum transmitting range of radio. | |
| proto external BaseRadioComponent | GetRadio () |
| proto external void | BeginTransmission (BaseRadioMessage message) |
| Makes transmission of message on tuned frequency. | |
| proto external void | BeginTransmissionFreq (BaseRadioMessage message, int frequency) |
| Makes transmission of message on given frequency (kHz), ignoring the tuned one. | |
| proto external string EditorFactionTransceiver.GetEditorFaction | ( | ) |