DayZ 1.26
DayZ Explorer by KGB
|
Manager class which handles Voice-over-network functionality while player is connected to a server. Подробнее...
Закрытые статические члены | |
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 ref VONManagerBase | m_VONManager = new VONManagerBase() |
Manager class which handles Voice-over-network functionality while player is connected to a server.
Uninitializes VONManager, runs when user disconnects from server.
Перекрестные ссылки m_VONManager и VONManagerBase().
Используется в CGame::~CGame().
|
inlinestaticprivate |
Main way to access VONManager functionality from script.
Instance
of VONManagerImplementation if logged on to server, or VONManagerBase otherwise Перекрестные ссылки m_VONManager.
Используется в CGame::OnEvent(), MissionBase::OnUpdate() и ScriptedWidgetEventHandler::OptionsMenuSounds().
Initializes VONManager, runs when user first connects to a server.
Перекрестные ссылки m_VONManager и VONManagerImplementation().
Используется в 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 Перекрестные ссылки Class::CastTo() и GetGame().
Используется в OnEvent() и UpdateVoiceIcon().
Specifies whether VON mode is toggled or not.
True
if in Voice Activation mode, False if in Push-to-Talk mode Перекрестные ссылки m_VONManager.
|
staticprivate |
Используется в CleanupInstance(), GetInstance(), Init() и IsVONToggled().