window_get_height

Gets the height of the window.

Syntax:

window_get_height();


Returns: Real


Description

With this function you can get the current height (in pixels) of the game window.


Example:

hh = window_get_height();

The above code will store the current window height in the variable "hh".


Back: The Game Window
Next: window_get_width
© Copyright YoYo Games Ltd. 2018 All Rights Reserved