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