class VONManagerSource
Members 1
private static ref VONManagerBase m_VONManager = new VONManagerBase()Methods 5
static VONManagerBase GetInstance()Main way to access VONManager functionality from script
Returns: Instance of VONManagerImplementation if logged on to server, or VONManagerBase otherwise
References m_VONManager
Referenced by DayZGame.OnEvent(), MissionGameplay.OnUpdate(), and OptionsMenuSounds.OptionsMenuSounds()
static void Init()Initializes VONManager, runs when user first connects to a server
Referenced by CGame.CGame()
static void CleanupInstance()Uninitializes VONManager, runs when user disconnects from server
Referenced by CGame.~CGame()
static bool IsVONToggled()Specifies whether VON mode is toggled or not
Returns: True if in Voice Activation mode, False if in Push-to-Talk mode
static bool IsVoiceThresholdMinimum()Specifies whether user's voice activation threshold value is equal to the minimum voice activation threshold value
Returns: True if threshold minimum, false otherwise