Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
VoNComponent.c File Reference

Go to the source code of this file.

Classes

class  VoNComponentClass

Functions

VoNComponentClass GameComponentClass SetCapture (bool isCapturing)
proto external void SetCommMethod (ECommMethod type)
 Sets communication method used.
proto external ECommMethod GetCommMethod ()
proto external void SetTransmitRadio (BaseTransceiver transceiver)
 Sets the transceiver used for VoN transmission.
proto external BaseTransceiver GetTransmitRadio ()
proto external void SoundEventPriority (string eventname, array< float > values, int priority, bool ignoreQueue=false)
 Transfer AI sound message through VoN.
proto external void ConnectEditorToVoNSystem (int playerId)
proto external void DisconnectEditorFromVoNSystem ()
void OnCapture (BaseTransceiver transmitter)
 VONComponent event.
void OnReceive (int playerId, bool isSenderEditor, BaseTransceiver receiver, int frequency, float quality)
 VONComponent event.
void OnVoNUsed (int senderId)
IEntity GetEditorEntity (int playerId)
vector GetEditorWorldLocation (int playerId)
bool IsEntityActiveEditor (IEntity entity)