Status Details
constructor(appID: Int, serverFlags: EnumSet<EServerFlags>, gameDirectory: String?, address: InetAddress?, port: Int, queryPort: Int, version: String?)
Parameters
app ID
Gets or sets the AppID this game server is serving.
server Flags
Gets or sets the server's basic state as flags.
game Directory
Gets or sets the directory the game data is in.
address
Gets or sets the IP address the game server listens on.
port
Gets or sets the port the game server listens on.
query Port
Gets or sets the port the game server responds to queries on.
version
Gets or sets the current version of the game server.