Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_action_set_vspeed

(view raw script w/o annotations or w/e)
1
function action_set_vspeed(arg0)
2
{
3
    var val = arg0;
4
    if (global.__argument_relative)
5
        val += vspeed;
6
    vspeed = val;
7
}