SteamMasterServer

This handler is used for requesting server list details from Steam.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handleMsg(packetMsg: IPacketMsg)

Handles a client message. This should not be called directly.

Link copied to clipboard

Requests a list of servers from the Steam game master server. Results are returned in a QueryCallback.

Link copied to clipboard
fun setup(client: SteamClient)