enum Steam::ID::Format

Overview

An enum for selecting the various formats a Steam ID can be parsed or serialized from.

NOTE Every format except for Community64 are "lossy" formats and does not encode all possible information that can be stored in a Steam ID.

IDs that are parsed or serialized with these formats are missing the following information:

Defined in:

steam_id.cr

Enum Members

Default = 0

The standard textual representation of a Steam ID. ex: "STEAM_1:0:11101"

Community32 = 1

A string format for short "community" URLs. ex: "[U:1:22202]"

Community64 = 2

A 64 bit integer, represented as a string. ex: "76561197960287930"

Instance Method Summary

Instance Method Detail

def community32? #

[View source]
def community64? #

[View source]
def default? #

[View source]