C4 Engine
C4 Engine API Documentation

Player::GetChatSoundGroup

Defined in:  C4Messages.h
Returns the sound group to which a player's voice chat belongs.
Prototype

SoundGroup *GetChatSoundGroup(voidconst;

Description
The GetChatSoundGroup function returns the sound group to which a player's voice chat belongs. If a player does not belong to any sound group, which is the initial state, then the return value is nullptr.
See Also

Player::SetChatSoundGroup

Player::GetChatVolume

Player::SetChatVolume

SoundGroup