enum

Steamcr::EAppInfoSection

Inherits Enum < Comparable < Value < Object

Constants

UNKNOWN = 0
ALL = 1
FIRST = 2
COMMON = 2
EXTENDED = 3
CONFIG = 4
STATS = 5
INSTALL = 6
DEPOTS = 7
UFS = 10

VAC = 8 # deprecated VAC_UNUSED = 8 # deprecated DRM = 9 # deprecated DRM_UNUSED = 9 # deprecated

OGG = 11
POLICIES = 13

ITEMS = 12 # deprecated ITEMS_UNUSED = 12 # deprecated

SYS_REQS = 14
COMMUNITY = 15
STORE = 16
LOCALIZATION = 17
BROADCASTGAMEDATA = 18
COMPUTED = 19
ALBUMMETADATA = 20

Class methods

from_io(io, format)
Source

Instance methods

albummetadata?

Returns true if this enum value equals ALBUMMETADATA

Source
all?

Returns true if this enum value equals ALL

Source
broadcastgamedata?

Returns true if this enum value equals BROADCASTGAMEDATA

Source
common?

Returns true if this enum value equals COMMON

Source
community?

Returns true if this enum value equals COMMUNITY

Source
computed?

Returns true if this enum value equals COMPUTED

Source
config?

Returns true if this enum value equals CONFIG

Source
depots?

Returns true if this enum value equals DEPOTS

Source
extended?

Returns true if this enum value equals EXTENDED

Source
first?

Returns true if this enum value equals FIRST

Source
install?

Returns true if this enum value equals INSTALL

Source
localization?

Returns true if this enum value equals LOCALIZATION

Source
ogg?

Returns true if this enum value equals OGG

Source
policies?

Returns true if this enum value equals POLICIES

Source
stats?

Returns true if this enum value equals STATS

Source
store?

Returns true if this enum value equals STORE

Source
sys_reqs?

Returns true if this enum value equals SYS_REQS

Source
to_io(io, format)
Source
ufs?

Returns true if this enum value equals UFS

Source
unknown?

Returns true if this enum value equals UNKNOWN

Source