Skip to content

Background_get_height

hugh greene edited this page Jun 20, 2022 · 1 revision

Notation

Description

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

Parameters

  • 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);

NOTOC

Clone this wiki locally