reapi_vtc functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name | Signature |
|---|---|
| VTC_IsClientMuted | native bool:VTC_IsClientMuted(const index) |
| VTC_IsClientSpeaking | native bool:VTC_IsClientSpeaking(const index) |
| VTC_MuteClient | native VTC_MuteClient(const index) |
| VTC_PlaySound | native VTC_PlaySound(const receiver, const soundFilePath[]) |
| VTC_UnmuteClient | native VTC_UnmuteClient(const index) |
Forwards
| Name | Signature |
|---|---|
| VTC_OnClientStartSpeak | forward VTC_OnClientStartSpeak(const index) |
| VTC_OnClientStopSpeak | forward VTC_OnClientStopSpeak(const index) |