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.
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.
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. |