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