Functions
reapi_vtc.inc
| Function | Type | Description |
|---|---|---|
| VTC_OnClientStartSpeak | forward | Called when the player started talking. |
| VTC_OnClientStopSpeak | forward | Called when the player stopped talking. |
| VTC_IsClientMuted | native | Checks whether the player is muted at the moment. |
| VTC_IsClientSpeaking | native | Checks whether the player is talking at the moment. |
| VTC_MuteClient | native | Mutes the player. |
| VTC_PlaySound | native | Play the audio file via the voice stream. |
| VTC_UnmuteClient | native | Unmutes the player. |