server.rconPort: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.rconPort |readonly = true |returnTypes = int |usage = fetch the port number for RCON |returnInfo = an integer r...") |
(No difference)
|
Revision as of 05:01, 10 November 2020
Variable
Server Only
Online and Offline
Read-Only
Available since Server 1.2.0
int server.rconPort
The server.rconPort variable is used to fetch the port number for RCON.
Value
int | An integer representing the port number for RCON. |
readonly | This variable cannot be changed. |
Notes
- The server's rcon must be enabled.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.