SetServerName: Difference between revisions

From Onset Developer Wiki
(Documented parameters, return value and added realtedFunction)
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Sets the display name of the server.}}


{{FuncSyntax|SetServerName(ServerName)}}
{{FuncSyntax|SetServerName(ServerName)}}

Revision as of 19:11, 28 September 2019

SetServerName

Type: Function
Context: Server
Introduced: v1.0

Description

Sets the display name of the server.

Syntax

SetServerName(ServerName)

Parameters

  • ServerName
    The name of the server.

Return Value

  • This function doesn't return a value.

Example

__EDIT_ME__

See also

GetServerName