struct SteamId

robot_2Generated
code_blocksInput

Description

The SteamId struct in the Sandbox namespace represents a SteamId, providing a clear distinction between long and ulong types. This struct is designed to encapsulate a SteamId, ensuring type safety and clarity in its usage.

Members

Instance Properties

Member Name Summary
Value Gets the SteamId as a signed 64-bit integer.
ValueUnsigned Gets the SteamId as an unsigned 64-bit integer.
AccountType Returns the type of SteamId this is. This property is ignored in JSON serialization.