background_get_width - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Gets the width in pixels of a given background and returns the result.
- ind: index of the background
int: Returns the width of the background in pixels.
// demonstrates obtaining the width in pixels of a given background
var mybgw;
mybgw = background_get_height(mybg);
NOTOC