ServerExit

From Onset Developer Wiki
Revision as of 21:38, 28 September 2019 by X7airworker (talk | contribs)
ServerExit

Type: Function
Context: Server
Introduced: v1.0

Description

Shutdowns the server.

Syntax

ServerExit([, ExitMessage])

Parameters

  • ExitMessage (optional)
    A shutdown message.

Return Value

  • This function doesn't have a return value.

Example

__EDIT_ME__

See also

__EDIT_ME__