enum Steamcr::EPersonaStateFlag

Defined in:

steamd/enums.cr

Enum Members

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 Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def client_type_mobile? #

[View source]
def client_type_tenfoot? #

[View source]
def client_type_vr? #

[View source]
def client_type_web? #

[View source]
def golden? #

[View source]
def has_rich_presence? #

[View source]
def in_joinable_game? #

[View source]
def launch_type_compat_tool? #

[View source]
def launch_type_gamepad? #

[View source]
def remote_play_together? #

[View source]
def to_io(io, format) #

[View source]