server.rcon: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.rcon |readonly = true |returnTypes = boolean |usage = see if the server has RCON enabled |returnInfo = a bool i...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = server.rcon | ||
|side = server | |||
|type = variable | |type = variable | ||
| | |games = iii vc sa iv | ||
|desc = see if the server has RCON enabled | |||
|return = boolean a bool indicating whether or not the server has RCON enabled | |||
|note = RCON is currently not implemented! It will be added in a future update | |||
|readonly = true | |readonly = true | ||
| | |sinceSS = 1.2.0 | ||
}} | }} |
Latest revision as of 20:36, 19 November 2022
Variable
Server Only
Online and Offline
Read-Only
Available since Server 1.0.0
boolean server.rcon
The server.rcon variable is used to see if the server has RCON enabled.
Value
boolean | A bool indicating whether or not the server has RCON enabled. |
readonly | This variable cannot be changed. |
Notes
- RCON is currently not implemented! It will be added in a future update.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.