Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_action_set_hspeed

(view raw script w/o annotations or w/e)
1
function action_set_hspeed(argument0) //gml_Script_action_set_hspeed
2
{
3
    var val = argument0
4
    if global.__argument_relative
5
        val += hspeed
6
    hspeed = val
7
}