Difference between revisions of "Legacy:Exit"
From Spherical
(created from http://web.archive.org/web/20120504055843/http://www.spheredev.org/wiki/Exit) |
(No difference)
|
Revision as of 22:08, 1 June 2013
Exits the game engine.
Contents
Usage
Exit();
Examples
Exit();
Closes down the game engine.
Notes
When running the game from one of Sphere's startup games, the engine returns to the startup game rather than closing down.
See also
- Abort()
- RestartGame()