s&box docs

public sealed struct Sandbox.SteamId

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

Broader workflow and conceptual references connected to this API.

Constructors

Showing 2 constructors

Properties

Showing 3 properties

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

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

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

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.SteamId

On this page