Engine.ShutdownServer

From Tomb Raider Mod Launcher Wiki
Revision as of 15:27, 22 August 2014 by Jack9267 (talk | contribs) (Created page with "== Function == <syntaxhighlight lang="javascript"> function Engine.ShutdownServer(); </syntaxhighlight> === Description === This function will cause the server to close whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.