Steam ID
This 64-bit structure is used for identifying various objects on the Steam network.
Constructors
Link copied to clipboard
Types
Link copied to clipboard
enum ChatInstanceFlags
Represents various flags a chat SteamID may have, packed into its instance.
Properties
Link copied to clipboard
Masking value used for the account id.
Link copied to clipboard
Masking value used for packing chat instance flags into a SteamID.
Link copied to clipboard
The account instance value when representing all instanced SteamIDs.
Link copied to clipboard
The account instance value for a console SteamID.
Link copied to clipboard
The account instance value for a desktop SteamID.
Link copied to clipboard
Link copied to clipboard
The account instance for mobile or web based SteamIDs.
Functions
Link copied to clipboard
Converts this SteamID into it's 64bit integer form.
Link copied to clipboard
Determines whether the specified java.lang.Object is equal to this instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a static account key used for grouping accounts with differing instances.
Link copied to clipboard
open fun instancedSet(unAccountID: Long, unInstance: Long, eUniverse: EUniverse, eAccountType: EAccountType)
Sets the various components of this SteamID instance.
Link copied to clipboard
Gets a value indicating whether this instance is an anonymous account.
Link copied to clipboard
Gets a value indicating whether this instance is an anonymous game server account.
Link copied to clipboard
Gets a value indicating whether this instance is an anonymous user account.
Link copied to clipboard
Gets a value indicating whether this instance is a game server account.
Link copied to clipboard
Gets a value indicating whether this instance is a chat account.
Link copied to clipboard
Gets a value indicating whether this instance is a clan account.
Link copied to clipboard
Gets a value indicating whether this instance is a console user account.
Link copied to clipboard
Gets a value indicating whether this instance is a content server account.
Link copied to clipboard
Gets a value indicating whether this instance is a game server account.
Link copied to clipboard
Gets a value indicating whether this instance is an individual account.
Link copied to clipboard
Gets a value indicating whether this instance is a persistent game server account.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the various components of this SteamID from a Steam3 "[X:1:2:3]" rendered form and universe.
Link copied to clipboard
Sets the various components of this SteamID from a Steam2 "STEAM_" rendered form and universe.
Link copied to clipboard
Sets the various components of this SteamID from a 64bit integer form.
Link copied to clipboard
Returns a java.lang.String that represents this instance.
Link copied to clipboard
Converts this chat ID to a clan ID.