Deltarune script viewer

← back to main script listing

gml_GlobalScript_left_h

(view raw script w/o annotations or w/e)
1
function left_h() //gml_Script_left_h
2
{
3
    return global.input_held[3];
4
}