Window_set_caption - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
NOTOC
Notation
Description
Sets the caption of the window the game is rendering in.
Parameters
- caption string containing the text to set the caption to
Return Values
The function has no return values.
Example Call
window_set_caption("Hello World!");
Demonstrates setting the window caption to "Hello World!".