| Symbol | Description |
|---|---|
| ListenOverride |
| Symbol | Description |
|---|---|
| VOICE_LISTENALL | Allow the client to listen to everyone. |
| VOICE_LISTENTEAM | Allow the client to always hear teammates, including dead ones. |
| VOICE_MUTED | Mutes the client from speaking to everyone. |
| VOICE_NORMAL | Allow the client to listen and speak normally. |
| VOICE_SPEAKALL | Allow the client to speak to everyone. |
| VOICE_TEAM | Allow the client to always speak to team, even when dead. |
| Symbol | Description |
|---|---|
| OnClientSpeaking | Called when a client is speaking. |
| OnClientSpeakingEnd | Called once a client speaking end. |
| Symbol | Description |
|---|---|
| GetClientListening | |
| GetClientListeningFlags | Retrieve the client current listening flags. |
| GetListenOverride | Retrieves the override of the receiver's ability to listen to the sender. |
| IsClientMuted | Retrieves if the muter has muted the mutee. |
| SetClientListening | |
| SetClientListeningFlags | Set the client listening flags. |
| SetListenOverride | Override the receiver's ability to listen to the sender. |