SetDigitalMasterVolume (int volume)
Sets the overall digital sound volume, from 0-100. This affects all sound output
in the game, except for MIDI music.
Example:
SetDigitalMasterVolume(80);
will set the overall output volume to 80.
See Also: SetMusicMasterVolume
|