Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_getjumpspeed

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

function scr_getjumpspeed(arg0, arg1) { return sqrt(2 * arg0 * arg1); }
(arg0, arg1)
2
{
3
    return sqrt(2 * arg0 * arg1);
4
}