Player::SetChatVolume
Defined in: C4Messages.h
Sets the volume for a particular player's voice chat.
Prototype
virtual void SetChatVolume(float volume);
Parameters
volume |
The volume for the voice chat, in the range [0.0, 1.0].
|
Description
The SetChatVolume function sets the volume for the voice chat from a particular player.
See Also
Player::GetChatVolume
Player::GetChatSoundGroup
Player::SetChatSoundGroup
|