Player::SetChatVolume
Defined in:
Sets the volume for a particular player's voice chat.
C4Messages.h
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