GetServerName: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetServerName()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the servers display name.}}


{{FuncSyntax|GetServerName()}}
{{FuncSyntax|GetServerName()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|The name of the server}}


== Example ==
== Example ==
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[SetServerName]]

Revision as of 19:11, 28 September 2019

GetServerName

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the servers display name.

Syntax

GetServerName()

Parameters

  • This function has no parameters.

Return Value

  • The name of the server

Example

__EDIT_ME__

See also

SetServerName