window_get_caption()

From ENIGMA
Jump to navigation Jump to search

Description

Gets the current caption of the game window and returns it.

Parameters

Parameter Description
none This function has no parameters.

Return Values

string: Returns the current caption of the game window.

Example Call

// demonstrates getting the game window caption
var caption;
caption = window_get_caption();