Deltarune script viewer

← back to main script listing

gml_GlobalScript_mus_volume

(view raw script w/o annotations or w/e)
1
function mus_volume(arg0, arg1, arg2)
2
{
3
    audio_sound_gain(arg0, arg1 * global.flag[16 music_volume], (arg2 * 1000) / fps);
4
}