UserStatsCallback

This callback is fired in response to SteamUserStats.getUserStats.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg?)

Properties

Link copied to clipboard

The crc of the stats.

Link copied to clipboard

The game id of the stats.

Link copied to clipboard

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
val result: EResult

Gets the result.

Link copied to clipboard
val schema: ByteString

The raw schema in ByteString.

Link copied to clipboard

The schema converted to KeyValue.

Link copied to clipboard