Background_get_name - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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