getWindowHeight
Script::getWindowHeight
Returns the height of the window.
Declaration
int getWindowHeight(WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);
Parameters
Name |
Type |
Description |
---|---|---|
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
.