Skip to content

window_set_caption

drewmccluskey edited this page Feb 12, 2019 · 3 revisions

window_set_caption

This will set the window caption to an input string

Syntax:

window_set_caption(caption)
Argument Description
string caption Name of window

Returns: void

Description:

This will set the window caption of the current window.

Example:

window_set_caption("Options");

The above code will set the caption of the window to "Options".

Back to window-functions

Clone this wiki locally