SetServerName: Difference between revisions
From Onset Developer Wiki
X7airworker (talk | contribs) Documented parameters, return value and added realtedFunction |
X7airworker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Sets the display name of the server.}} | ||
{{FuncSyntax|SetServerName(ServerName)}} | {{FuncSyntax|SetServerName(ServerName)}} |
Revision as of 19:11, 28 September 2019
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__