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..." |
X7airworker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Gets the servers display name.}} | ||
{{FuncSyntax|GetServerName()}} | {{FuncSyntax|GetServerName()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|The name of the server}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
[[SetServerName]] |
Revision as of 19:11, 28 September 2019
Description
Gets the servers display name.
Syntax
GetServerName()
Parameters
- This function has no parameters.
Return Value
- The name of the server
Example
__EDIT_ME__