Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_tile_get_visible

(view raw script w/o annotations or w/e)
1
function tile_get_visible(argument0) //gml_Script_tile_get_visible
2
{
3
    var __index = argument0
4
    return layer_tile_get_visible(__index);
5
}