MessageCallback

This callback is fired when a game coordinator message is received from the network.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appID: Int

Gets the AppID of the game coordinator the message is from.

Link copied to clipboard
val eMsg: Int

Gets the game coordinator message type.

Link copied to clipboard

Gets a value indicating whether this message is protobuf'd.

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard

Gets the actual message.