Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_scr_plat_hitstop_global

(view raw script w/o annotations or w/e)
1
function 
scr_plat_hitstop_global
scr_plat_hitstop_global

function
scr_plat_hitstop_global(arg0)
{ with (obj_plat_game) hitstop = max(arg0, hitstop); }
(arg0)
2
{
3
    with (obj_plat_game)
4
        hitstop = max(arg0, hitstop);
5
}