GuiScriptSetTitle

Set the window title of the script view.

void GuiScriptSetTitle(const char* title);

Parameters

title Window title of the script view.

Return Value

This function does not return a value.

Example

GuiScriptSetTitle("Window Title");