Skip to content

Background_get_name

hugh greene edited this page Jun 20, 2022 · 1 revision

Notation

Description

Gets the name of a given background and returns it in a string.

Parameters

  • ind: index of the background

Return Values

string: Returns the string value name of the given background.

Example Call

// demonstrates obtaining the name of a background
var mybgname;
mybgname = background_get_name(mybg);

NOTOC

Clone this wiki locally