ProfileInfoCallback

This callback is fired in response to requesting profile info for a user.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)
constructor(result: EResult, steamID: SteamID, timeCreated: Date, realName: String, cityName: String, stateName: String, countryName: String, headline: String, summary: String)

Properties

Link copied to clipboard

Gets the name of the city.

Link copied to clipboard

Gets the name of the country.

Link copied to clipboard

Gets the headline.

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 real name.

Link copied to clipboard
val result: EResult

Gets the result of requesting profile info.

Link copied to clipboard

Gets the name of the state.

Link copied to clipboard

Gets the SteamID this info belongs to.

Link copied to clipboard

Gets the summary.

Link copied to clipboard

Gets the time this account was created.