DayZ 1.24
|
Manager class which handles Voice-over-network functionality while player is connected to a server. More...
Static Private Member Functions | |
static VONManagerBase | GetInstance () |
Main way to access VONManager functionality from script. | |
static void | Init () |
Initializes VONManager, runs when user first connects to a server. | |
static void | CleanupInstance () |
Uninitializes VONManager, runs when user disconnects from server. | |
static bool | IsVONToggled () |
Specifies whether VON mode is toggled or not. | |
static bool | IsVoiceThresholdMinimum () |
Specifies whether user's voice activation threshold value is equal to the minimum voice activation threshold value. | |
Static Private Attributes | |
static ref VONManagerBase | m_VONManager = new VONManagerBase() |
Manager class which handles Voice-over-network functionality while player is connected to a server.
Definition at line 241 of file VONManager.c.
Uninitializes VONManager, runs when user disconnects from server.
Definition at line 266 of file VONManager.c.
References m_VONManager, and VONManagerBase().
Referenced by CGame::~CGame().
|
inlinestaticprivate |
Main way to access VONManager functionality from script.
Instance
of VONManagerImplementation if logged on to server, or VONManagerBase otherwise Definition at line 249 of file VONManager.c.
References m_VONManager.
Referenced by CGame::OnEvent(), MissionBase::OnUpdate(), and ScriptedWidgetEventHandler::OptionsMenuSounds().
Initializes VONManager, runs when user first connects to a server.
Definition at line 257 of file VONManager.c.
References m_VONManager, and VONManagerImplementation().
Referenced by CGame::CGame().
Specifies whether user's voice activation threshold value is equal to the minimum voice activation threshold value.
True
if threshold minimum, false otherwise Definition at line 285 of file VONManager.c.
References Class::CastTo(), and GetGame().
Referenced by OnEvent(), and UpdateVoiceIcon().
Specifies whether VON mode is toggled or not.
True
if in Voice Activation mode, False if in Push-to-Talk mode Definition at line 276 of file VONManager.c.
References m_VONManager.
|
staticprivate |
Definition at line 243 of file VONManager.c.
Referenced by CleanupInstance(), GetInstance(), Init(), and IsVONToggled().