SteamID

constructor()
constructor(unAccountID: Long, eUniverse: EUniverse, eAccountType: EAccountType)


constructor(unAccountID: Long, unInstance: Long, eUniverse: EUniverse, eAccountType: EAccountType)

Initializes a new instance of the SteamID class.

Parameters

unAccountID

The account ID.

unInstance

The instance.

eUniverse

The universe.

eAccountType

The account type.


constructor(id: Long)

Initializes a new instance of the SteamID class.

Parameters

id

The 64bit integer to assign this SteamID from.


constructor(steamId: String)

Initializes a new instance of the SteamID class from a Steam2 "STEAM_" rendered form. This constructor assumes the rendered SteamID is in the public universe.

Parameters

steamId

A "STEAM_" rendered form of the SteamID.


constructor(steamId: String, eUniverse: EUniverse)

Initializes a new instance of the SteamID class from a Steam2 "STEAM_" rendered form and universe.

Parameters

steamId

A "STEAM_" rendered form of the SteamID.

eUniverse

The universe the SteamID belongs to.