enum Steamcr::EAccountFlags

Defined in:

steamd/enums.cr

Enum Members

NORMAL_USER = 0
PERSONA_NAME_SET = 1
UNBANNABLE = 2
PASSWORD_SET = 4
SUPPORT = 8
ADMIN = 16
SUPERVISOR = 32
APP_EDITOR = 64
HWID_SET = 128
PERSONAL_QA_SET = 256
VAC_BETA = 512
DEBUG = 1024
DISABLED = 2048
LIMITED_USER = 4096
LIMITED_USER_FORCE = 8192
EMAIL_VALIDATED = 16384
MARKETING_TREATMENT = 32768
OGG_INVITE_OPT_OUT = 65536
FORCE_PASSWORD_CHANGE = 131072
FORCE_EMAIL_VERIFICATION = 262144
LOGON_EXTRA_SECURITY = 524288
LOGON_EXTRA_SECURITY_DISABLED = 1048576
STEAM2_MIGRATION_COMPLETE = 2097152
NEED_LOGS = 4194304
LOCKDOWN = 8388608
MASTER_APP_EDITOR = 16777216
BANNED_FROM_WEB_API = 33554432
CLANS_ONLY_FROM_FRIENDS = 67108864
GLOBAL_MODERATOR = 134217728
PARENTAL_SETTINGS = 268435456
THIRD_PARTY_SUPPORT = 536870912
NEEDS_SSA_NEXT_STEAM_LOGON = 1073741824

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def admin? #

[View source]
def app_editor? #

[View source]
def banned_from_web_api? #

[View source]
def clans_only_from_friends? #

[View source]
def debug? #

[View source]
def disabled? #

[View source]
def email_validated? #

[View source]
def force_email_verification? #

[View source]
def force_password_change? #

[View source]
def global_moderator? #

[View source]
def hwid_set? #

[View source]
def limited_user? #

[View source]
def limited_user_force? #

[View source]
def lockdown? #

[View source]
def logon_extra_security? #

[View source]
def logon_extra_security_disabled? #

[View source]
def marketing_treatment? #

[View source]
def master_app_editor? #

[View source]
def need_logs? #

[View source]
def needs_ssa_next_steam_logon? #

[View source]
def normal_user? #

[View source]
def ogg_invite_opt_out? #

[View source]
def parental_settings? #

[View source]
def password_set? #

[View source]
def persona_name_set? #

[View source]
def personal_qa_set? #

[View source]
def steam2_migration_complete? #

[View source]
def supervisor? #

[View source]
def support? #

[View source]
def third_party_support? #

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

[View source]
def unbannable? #

[View source]
def vac_beta? #

[View source]