Skip to content

Display_get_height

hpgDesigns edited this page Aug 8, 2021 · 1 revision

NOTOC {{-}}

Notation

Description

Retrieves the height of the display in pixels.

Parameters

none

Return Values

Returns the height of the display as an integer.

Example Call

show_message("Your screen is " + string(display_get_height()) + " pixels tall!");

This is number 1

Clone this wiki locally