enum

Steamcr::EPersonaStateFlag

Inherits Enum < Comparable < Value < Object

Constants

HAS_RICH_PRESENCE = 1
IN_JOINABLE_GAME = 2
GOLDEN = 4
REMOTE_PLAY_TOGETHER = 8
CLIENT_TYPE_WEB = 256

ONLINE_USING_WEB = 256 # deprecated (renamed to ClientTypeWeb)

CLIENT_TYPE_MOBILE = 512

ONLINE_USING_MOBILE = 512 # deprecated (renamed to ClientTypeMobile)

CLIENT_TYPE_TENFOOT = 1024

ONLINE_USING_BIG_PICTURE = 1024 # deprecated (renamed to ClientTypeTenfoot)

CLIENT_TYPE_VR = 2048

ONLINE_USING_VR = 2048 # deprecated (renamed to ClientTypeVR)

LAUNCH_TYPE_GAMEPAD = 4096
LAUNCH_TYPE_COMPAT_TOOL = 8192

Class methods

from_io(io, format)
Source

Instance methods

client_type_mobile?

Returns true if this enum value equals CLIENT_TYPE_MOBILE

Source
client_type_tenfoot?

Returns true if this enum value equals CLIENT_TYPE_TENFOOT

Source
client_type_vr?

Returns true if this enum value equals CLIENT_TYPE_VR

Source
client_type_web?

Returns true if this enum value equals CLIENT_TYPE_WEB

Source
golden?

Returns true if this enum value equals GOLDEN

Source
has_rich_presence?

Returns true if this enum value equals HAS_RICH_PRESENCE

Source
in_joinable_game?

Returns true if this enum value equals IN_JOINABLE_GAME

Source
launch_type_compat_tool?

Returns true if this enum value equals LAUNCH_TYPE_COMPAT_TOOL

Source
launch_type_gamepad?

Returns true if this enum value equals LAUNCH_TYPE_GAMEPAD

Source
remote_play_together?

Returns true if this enum value equals REMOTE_PLAY_TOGETHER

Source
to_io(io, format)
Source