Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_tile_get_yscale
(
view raw script w/o annotations or w/e
)
1
function tile_get_yscale(arg0)
2
{
3
var __index = arg0;
4
return layer_tile_get_yscale(__index);
5
}