window_set_caption(caption)

From ENIGMA
Jump to navigation Jump to search

Description

Sets the caption of the window the game is rendering in.

Parameters

Parameter Data Type Description
caption string the text to set the caption to

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting the window caption
window_set_caption("Hello World!");