-
Notifications
You must be signed in to change notification settings - Fork 0
Window_set_caption
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC
Sets the caption of the window the game is rendering in.
- caption string containing the text to set the caption to
The function has no return values.
window_set_caption("Hello World!");Demonstrates setting the window caption to "Hello World!".
This is number 1