StatusDetails

constructor(appID: Int, serverFlags: EnumSet<EServerFlags>, gameDirectory: String?, address: InetAddress?, port: Int, queryPort: Int, version: String?)

Parameters

appID

Gets or sets the AppID this game server is serving.

serverFlags

Gets or sets the server's basic state as flags.

gameDirectory

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.

queryPort

Gets or sets the port the game server responds to queries on.

version

Gets or sets the current version of the game server.