enum

Steamcr::EPackageStatus

Inherits Enum < Comparable < Value < Object

Constants

AVAILABLE = 0
PREORDER = 1
UNAVAILABLE = 2
INVALID = 3

Class methods

from_io(io, format)
Source

Instance methods

available?

Returns true if this enum value equals AVAILABLE

Source
invalid?

Returns true if this enum value equals INVALID

Source
preorder?

Returns true if this enum value equals PREORDER

Source
to_io(io, format)
Source
unavailable?

Returns true if this enum value equals UNAVAILABLE

Source