background_get_height(ind)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the height in pixels of a given background and returns the result.

Parameters

Parameter Description
ind index of the background

Return Values

Returns the height of the background.

Example Call

// demonstrates obtaining the height of a background
var mybgh;
mybgh = background_get_height(mybg);