Arma Reforger Script API
Loading...
Searching...
No Matches
IntercomTransceiver Interface Reference
Inheritance diagram for IntercomTransceiver:
BaseTransceiver

Additional Inherited Members

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

The documentation for this interface was generated from the following file: