server.name: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page Server.name to server.name) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = server.name | ||
|side = server | |||
|type = variable | |type = variable | ||
| | |games = iii vc sa iv | ||
|desc = fetch the name of the server | |||
|return = string a string containing the name of the server | |||
| | |readonly = false | ||
| | |sinceSS = 1.0.72 | ||
| | |||
}} | }} |
Latest revision as of 20:36, 19 November 2022
Variable
Server Only
Online and Offline
Read and Set
Available since Server 1.0.0
string server.name
The server.name variable is used to fetch the name of the server.
Value
string | A string containing the name of the server. |
read/set | This variable can be changed, as well as read. |
Notes
There aren't any notes for this variable.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.