getWindowHeight

Script::getWindowHeight

Returns the height of the window.

Declaration

int getWindowHeight(WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);

Parameters

Name

Type

Description

windowID

WindowID

The window to get the height of. By default, this window will be the main window.

Returns

The height of the window.

Notes

The main window will be used if windowID is equal to NTSHENGN_WINDOW_UNKNOWN.