function background_get_name(argument0) //gml_Script_background_get_name
{
return sprite_get_name(argument0);
}