Skip to content

window_get_y

CryoEagle edited this page Jan 11, 2019 · 3 revisions

window_center

Returns Y position of window

Syntax:

window_get_y();

Returns: int

Description:

Return Y position of window where is this code running.

Example:

int win_y = window_get_y();
show_debug_message(win_Y.ToString());

The above code will save Y position to int win_y.

Back to window-functions

Clone this wiki locally