Go to the source code of this file.
◆ HandleInput()
| override void HandleInput |
( |
Input | inp | ) |
|
|
protected |
Handles some VON related input.
- Parameters
-
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 |
◆ OnEvent()
| void VONManagerImplementation::OnEvent |
( |
EventType | eventTypeId, |
|
|
Param | params ) |
|
protected |
Handles VON-related events.
- Parameters
-
| eventTypeId | event that fired |
| params | event-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
-
| 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 |
Definition at line 58 of file vonmanager.c.
◆ VONManagerBase()
| void VONManagerImplementation::VONManagerBase |
( |
| ) |
|
|
protected |
◆ VONManagerImplementation()
◆ ~VONManagerImplementation()
◆ m_OnPartyChatChangedEvent
◆ m_OnVonStateEvent
◆ m_VoNToggled