SetMusicVolume (int volume)
Overrides the room volume setting and sets the volume to VOLUME instead.
The values range from -3 to 3, representing each stage in the editor
volume options (ie. -3 = quietest, 0=normal, 3=loudest).
NOTE: The volume will be reset when the player enters a new room.
Example:
SetMusicVolume(-3);
will set the room volume to quietest.
See Also: SetMusicMasterVolume, SetSoundVolume, GetCurrentMusic
|