getWindowTitle
Script::getWindowTitle
Sets the window’s title.
Declaration
void getWindowTitle(WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to change the title of. By default, this window will be the main window. |
Returns
The window’s title as a std::string.
Notes
The main window will be used if windowID
is equal to NTSHENGN_WINDOW_UNKNOWN
.