Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | VoNComponentClass |
Functions | |
VoNComponentClass GameComponentClass | SetCapture (bool isCapturing) |
proto external void | SetCommMethod (ECommMethod type) |
Sets communication method used. More... | |
proto external ECommMethod | GetCommMethod () |
proto external void | SetTransmitRadio (BaseTransceiver transceiver) |
Sets the transceiver used for VoN transmission. More... | |
proto external BaseTransceiver | GetTransmitRadio () |
proto external void | SoundEventPriority (string eventname, array< float > values, int priority, bool ignoreQueue=false) |
Transfer AI sound message through VoN. More... | |
event protected void | OnCapture (BaseTransceiver transmitter) |
VONComponent event. More... | |
event protected void | OnReceive (int playerId, BaseTransceiver receiver, int frequency, float quality) |
VONComponent event. More... | |