Package-level declarations

Types

Link copied to clipboard
data class LogOnDetails(var token: String?, var appID: Int)

Represents the details required to log into Steam3 as a game server.

Link copied to clipboard
class StatusDetails(var appID: Int, var serverFlags: EnumSet<EServerFlags>, var gameDirectory: String?, var address: InetAddress?, var port: Int, var queryPort: Int, var version: String?)

Represents the details of the game server's current status.

Link copied to clipboard

This handler is used for interacting with the Steam network as a game server.