-
Notifications
You must be signed in to change notification settings - Fork 0
Background_get_height
hugh greene edited this page Jun 20, 2022
·
1 revision
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
edited by hpg678 on Github