Engine.ShutdownServer: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Function == <syntaxhighlight lang="javascript"> function Engine.ShutdownServer(); </syntaxhighlight> === Description === This function will cause the server to close whe..." |
(No difference)
|
Latest revision as of 15:27, 22 August 2014
Function
function Engine.ShutdownServer();
Description
This function will cause the server to close when it is safe.
Example
// Close the server.
//
Engine.ShutdownServer();
Notes
- This will cause everyone to be disconnected from the game.