function background_get_width(argument0) //gml_Script_background_get_width
{
return sprite_get_width(argument0);
}