Difference between revisions of "Legacy:Exit"
From Spherical
(created from http://web.archive.org/web/20120504055843/http://www.spheredev.org/wiki/Exit) |
(added navbox) |
||
Line 21: | Line 21: | ||
* [[API:Abort|Abort]]() | * [[API:Abort|Abort]]() | ||
* [[API:RestartGame|RestartGame]]() | * [[API:RestartGame|RestartGame]]() | ||
+ | |||
+ | {{API:Engine/navbox}} |
Latest revision as of 22:28, 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()