![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | BaseRadioComponentClass |
Functions | |
| BaseAimingComponentClass GameComponentClass | GetOwner () |
| This component takes care of sending chat messages. | |
| proto external int | TransceiversCount () |
| proto external BaseTransceiver | GetTransceiver (int idx) |
| proto external void | SetEncryptionKey (string key) |
| proto external string | GetEncryptionKey () |
| proto external void | SetPower (bool powered) |
| proto external bool | IsPowered () |
| proto external bool | IsEditorRadio () |
| proto external void | SetTransceiverFrequency (BaseTransceiver transceiver, int freq) |
| void | OnTansceiverFrequencyChanged (BaseTransceiver transceiver, int oldFreq, int newFreq) |
| Event invoked on client and server when frequency is changed. | |
| void | OnTansceiverRangeChanged (BaseTransceiver transceiver, float oldRange, float newRange) |
| Event invoked on client and server when range is changed. | |
| void | OnPowerChanged (bool powered) |
| Event invoked on client and server when power is changed. | |
| void | OnEncryptionKeyChanged (string newKey) |
| Event invoked on client and server when encryption key is changed. | |
Variables | |
| BaseRadioComponentClass | BaseTransceiver |
| BaseRadioComponentClass | int |
| BaseRadioComponentClass | m_OnTansceiverFrequencyChangedInvoker = new ScriptInvoker<BaseTransceiver, int, int>() |
| ref ScriptInvoker< BaseTransceiver, float, float > | m_OnTansceiverRangeChangedInvoker = new ScriptInvoker<BaseTransceiver, float, float>() |
| ref ScriptInvoker< bool > | m_OnPowerChanged = new ScriptInvoker<bool>() |
| ref ScriptInvoker< string > | m_OnEncryptionKeyChanged = new ScriptInvoker<string>() |