SteamGameCoordinator

This handler handles all game coordinator messaging.

Constructors

Link copied to clipboard
constructor()

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
fun send(msg: IClientGCMsg, appId: Int)

Sends a game coordinator message for a specific appid.

Link copied to clipboard
fun setup(client: SteamClient)