struct
SteamId
public sealed struct SteamId Represents a Steam ID (64-bit unique identifier for Steam accounts). Provides type-safe storage and conversion between long/ulong representations.
Constructors
SteamId(UInt64 id) Creates a Steam ID from an unsigned 64-bit integer.
SteamId(Int64 id) Creates a Steam ID from a signed 64-bit integer.
Properties
| Name | Type | Description |
|---|---|---|
Value | Int64 | Gets the Steam ID as a signed 64-bit integer. |
ValueUnsigned | UInt64 | Gets the Steam ID as an unsigned 64-bit integer. |
AccountType | AccountTypes | Gets the type of Steam account this ID represents. |