background_get_name - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Gets the name of a given background and returns it in a string.
- ind: index of the background
string: Returns the string value name of the given background.
// demonstrates obtaining the name of a background
var mybgname;
mybgname = background_get_name(mybg);
NOTOC