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(argument0) //gml_Script_action_set_vspeed
2
{
3
    var val = argument0
4
    if global.__argument_relative
5
        val += vspeed
6
    vspeed = val
7
}