enum

Steamcr::EPersonaState

Inherits Enum < Comparable < Value < Object

Constants

OFFLINE = 0
ONLINE = 1
BUSY = 2
AWAY = 3
SNOOZE = 4
LOOKING_TO_TRADE = 5
LOOKING_TO_PLAY = 6
INVISIBLE = 7

Class methods

from_io(io, format)
Source

Instance methods

away?

Returns true if this enum value equals AWAY

Source
busy?

Returns true if this enum value equals BUSY

Source
invisible?

Returns true if this enum value equals INVISIBLE

Source
looking_to_play?

Returns true if this enum value equals LOOKING_TO_PLAY

Source
looking_to_trade?

Returns true if this enum value equals LOOKING_TO_TRADE

Source
offline?

Returns true if this enum value equals OFFLINE

Source
online?

Returns true if this enum value equals ONLINE

Source
snooze?

Returns true if this enum value equals SNOOZE

Source
to_io(io, format)
Source