-
Notifications
You must be signed in to change notification settings - Fork 0
Background_get_name
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1