API ReferenceSandbox
SteamIdclass
Represents a Steam ID (64-bit unique identifier for Steam accounts). Provides type-safe storage and conversion between long/ulong representations.
object→SteamId
Constructors2
Showing 2 constructors
No results match this filter.
Properties3
Showing 3 properties
public Sandbox.SteamId.AccountTypes Sandbox.SteamId.AccountType { get; set; }
Gets the type of Steam account this ID represents.
public long Sandbox.SteamId.Value { get; set; }
Gets the Steam ID as a signed 64-bit integer.
Returns:
long—public ulong Sandbox.SteamId.ValueUnsigned { get; set; }
Gets the Steam ID as an unsigned 64-bit integer.
Returns:
ulong—No results match this filter.