PC Stable Documentation
|
|
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 private ref VONManagerBase | m_VONManager = new VONManagerBase() |
Manager class which handles Voice-over-network functionality while player is connected to a server.
|
inlinestaticprivate |
Uninitializes VONManager, runs when user disconnects from server.
References m_VONManager.
Referenced by CGame::~CGame().
|
inlinestaticprivate |
Main way to access VONManager functionality from script.
Instance
of VONManagerImplementation if logged on to server, or VONManagerBase otherwise References m_VONManager.
Referenced by CGame::OnEvent(), MissionBase::OnUpdate(), and ScriptedWidgetEventHandler::OptionsMenuSounds().
|
inlinestaticprivate |
Initializes VONManager, runs when user first connects to a server.
References m_VONManager, and VONManagerImplementation().
Referenced by CGame::CGame().
|
inlinestaticprivate |
Specifies whether user's voice activation threshold value is equal to the minimum voice activation threshold value.
True
if threshold minimum, false otherwise References Class::CastTo(), GetGame(), GameOptions::GetOptionByType(), AbstractSoundScene::GetSilenceThreshold(), and CGame::GetSoundScene().
Referenced by OnEvent(), and UpdateVoiceIcon().
|
inlinestaticprivate |
Specifies whether VON mode is toggled or not.
True
if in Voice Activation mode, False if in Push-to-Talk mode References VONManagerBase::IsVonToggled(), and m_VONManager.
|
staticprivate |
Referenced by CleanupInstance(), GetInstance(), Init(), and IsVONToggled().