DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | VONManagerBase |
class | VONManager |
Manager class which handles Voice-over-network functionality while player is connected to a server. Подробнее... | |
Функции | |
VONManagerBase Managed | VONManagerImplementation () |
void | VONManagerBase () |
void | HideVoiceNotification () |
Hides the VON notification completely and immediately. | |
void | ShowVoiceNotification (int level, bool fading) |
Shows the voice notification. | |
void | HandleInput (Input inp) |
Handles some VON related input. | |
void | OnVOIPThresholdChanged () |
Fires every time VOIP threshold value changes. | |
void | OnEvent (EventType eventTypeId, Param params) |
Handles VON-related events. | |
bool | IsVonToggled () |
void | ~VONManagerImplementation () |
void | UpdateVoiceIcon () |
Переменные | |
bool | m_VoNToggled |
ref ScriptInvoker | m_OnVonStateEvent |
ref ScriptInvoker | m_OnPartyChatChangedEvent |
Handles some VON related input.
inp | input to handle |
Перекрестные ссылки GetGame(), VONManagerBase::ShowVoiceNotification() и UpdateVoiceIcon().
Hides the VON notification completely and immediately.
|
protected |
Перекрестные ссылки GetGame(), Mission::GetMicrophoneIcon(), Mission::HideVoiceLevelWidgets() и mission.
Handles VON-related events.
eventTypeId | event that fired |
params | event-specific parameters |
Перекрестные ссылки Class::CastTo(), GetDayZGame(), GetGame(), VONManagerBase::HideVoiceNotification(), VONManager::IsVoiceThresholdMinimum(), m_OnPartyChatChangedEvent, m_OnVonStateEvent, m_VoNToggled, mission, MPSessionPlayerReadyEventTypeID, PartyChatStatusChangedEventTypeID, Mission::SetVoNActive(), VONManagerBase::ShowVoiceNotification(), UpdateVoiceIcon(), VONStartSpeakingEventTypeID, VONStateEventTypeID, VONStopSpeakingEventTypeID, VONUserStartedTransmittingAudioEventTypeID и VONUserStoppedTransmittingAudioEventTypeID.
Fires every time VOIP threshold value changes.
Перекрестные ссылки UpdateVoiceIcon().
Shows the voice notification.
level | the loudness of the player voice. 0 = whisper, 1 = normal, 2 = shout |
fading | specifies whether icon should slowly fade to invisibility after being displayed |
Перекрестные ссылки GetGame(), Mission::GetMicrophoneIcon(), Mission::GetMicWidgetFadeTimer(), Mission::GetVoiceLevelTimers(), Mission::GetVoiceLevelWidgets() и mission.
|
private |
Перекрестные ссылки GetGame(), VONManagerBase::HideVoiceNotification(), VONManager::IsVoiceThresholdMinimum(), Mission::IsVoNActive(), m_VoNToggled, mission и VONManagerBase::ShowVoiceNotification().
Используется в HandleInput(), OnEvent() и OnVOIPThresholdChanged().
|
protected |
Используется в VONManager::CleanupInstance().
VONManagerBase Managed VONManagerImplementation | ( | ) |
Используется в VONManager::Init().
Перекрестные ссылки m_OnPartyChatChangedEvent и m_OnVonStateEvent.
|
protected |
Используется в OnEvent() и ~VONManagerImplementation().
|
protected |
Используется в OnEvent() и ~VONManagerImplementation().
|
protected |
Используется в OnEvent() и UpdateVoiceIcon().