SteamIdclass

Represents a Steam ID (64-bit unique identifier for Steam accounts). Provides type-safe storage and conversion between long/ulong representations.

objectSteamId
Namespace
Sandbox
Assembly
Sandbox.System
Declaration
public sealed struct Sandbox.SteamId

Constructors2

Showing 2 constructors

Properties3

Showing 3 properties

public long Sandbox.SteamId.Value { get; set; }PUBLICGETSET

Gets the Steam ID as a signed 64-bit integer.

Returns:long

public ulong Sandbox.SteamId.ValueUnsigned { get; set; }PUBLICGETSET

Gets the Steam ID as an unsigned 64-bit integer.

Returns:ulong

On this page