Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_background_get_height

(view raw script w/o annotations or w/e)
1
function background_get_height(argument0) //gml_Script_background_get_height
2
{
3
    return sprite_get_height(argument0);
4
}