function tile_exists(argument0) //gml_Script_tile_exists
{
var __index = argument0
return layer_tile_exists(__index);
}