Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
vonmanager.c File Reference

Go to the source code of this file.

Classes

class  VONManagerBase
 

Functions

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 ()
 

Variables

bool m_VoNToggled
 
ref ScriptInvoker m_OnVonStateEvent
 
ref ScriptInvoker m_OnPartyChatChangedEvent
 

Function Documentation

◆ HandleInput()

override void HandleInput ( Input inp)
protected

Handles some VON related input.

Parameters
inpinput to handle

Definition at line 113 of file vonmanager.c.

◆ HideVoiceNotification()

override void HideVoiceNotification ( )
protected

Hides the VON notification completely and immediately.

Definition at line 41 of file vonmanager.c.

◆ IsVonToggled()

bool VONManagerImplementation::IsVonToggled ( )
protected

Definition at line 42 of file vonmanager.c.

◆ OnEvent()

void VONManagerImplementation::OnEvent ( EventType eventTypeId,
Param params )
protected

Handles VON-related events.

Parameters
eventTypeIdevent that fired
paramsevent-specific parameters

Definition at line 200 of file vonmanager.c.

◆ OnVOIPThresholdChanged()

override void OnVOIPThresholdChanged ( )
protected

Fires every time VOIP threshold value changes.

Definition at line 190 of file vonmanager.c.

◆ ShowVoiceNotification()

override void ShowVoiceNotification ( int level,
bool fading )
protected

Shows the voice notification.

Parameters
levelthe loudness of the player voice. 0 = whisper, 1 = normal, 2 = shout
fadingspecifies whether icon should slowly fade to invisibility after being displayed

Definition at line 58 of file vonmanager.c.

◆ VONManagerBase()

void VONManagerImplementation::VONManagerBase ( )
protected

Definition at line 31 of file vonmanager.c.

◆ VONManagerImplementation()

VONManagerBase Managed VONManagerImplementation ( )

Definition at line 1 of file vonmanager.c.

◆ ~VONManagerImplementation()

Definition at line 32 of file vonmanager.c.

Variable Documentation

◆ m_OnPartyChatChangedEvent

ref ScriptInvoker m_OnPartyChatChangedEvent
protected

Definition at line 29 of file vonmanager.c.

◆ m_OnVonStateEvent

ref ScriptInvoker m_OnVonStateEvent
protected

Definition at line 28 of file vonmanager.c.

◆ m_VoNToggled

bool m_VoNToggled
protected

Definition at line 27 of file vonmanager.c.