Skip to content

Window_set_caption

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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!".

This is number 1

Clone this wiki locally