enum

Steamcr::ESteamRealm

Inherits Enum < Comparable < Value < Object

Constants

UNKNOWN = 0
STEAM_GLOBAL = 1
STEAM_CHINA = 2

Class methods

from_io(io, format)
Source

Instance methods

steam_china?

Returns true if this enum value equals STEAM_CHINA

Source
steam_global?

Returns true if this enum value equals STEAM_GLOBAL

Source
to_io(io, format)
Source
unknown?

Returns true if this enum value equals UNKNOWN

Source