Player::GetChatSoundGroup
Defined in: C4Messages.h
Returns the sound group to which a player's voice chat belongs.
Prototype
SoundGroup *GetChatSoundGroup(void) const;
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
|