static String Game.Name
Gets/sets the game's name. This is initially set in the General Settings pane of the editor,
but you can change it at run-time in order to change the window title of your game.
Example:
Display("The game name is: %s", Game.Name);
will display the game name.
See Also: Game.FileName
|