Enumerations1
SymbolDescription
ListenOverride
Defines6
SymbolDescription
VOICE_LISTENALLAllow the client to listen to everyone.
VOICE_LISTENTEAMAllow the client to always hear teammates, including dead ones.
VOICE_MUTEDMutes the client from speaking to everyone.
VOICE_NORMALAllow the client to listen and speak normally.
VOICE_SPEAKALLAllow the client to speak to everyone.
VOICE_TEAMAllow the client to always speak to team, even when dead.
Forwards2
SymbolDescription
OnClientSpeakingCalled when a client is speaking.
OnClientSpeakingEndCalled once a client speaking end.
Functions7
SymbolDescription
GetClientListening
GetClientListeningFlagsRetrieve the client current listening flags.
GetListenOverrideRetrieves the override of the receiver's ability to listen to the sender.
IsClientMutedRetrieves if the muter has muted the mutee.
SetClientListening
SetClientListeningFlagsSet the client listening flags.
SetListenOverrideOverride the receiver's ability to listen to the sender.