enum

Steamcr::EAccountFlags

Inherits Enum < Comparable < Value < Object

Constants

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 methods

from_io(io, format)
Source

Instance methods

admin?

Returns true if this enum value equals ADMIN

Source
app_editor?

Returns true if this enum value equals APP_EDITOR

Source
banned_from_web_api?

Returns true if this enum value equals BANNED_FROM_WEB_API

Source
clans_only_from_friends?

Returns true if this enum value equals CLANS_ONLY_FROM_FRIENDS

Source
debug?

Returns true if this enum value equals DEBUG

Source
disabled?

Returns true if this enum value equals DISABLED

Source
email_validated?

Returns true if this enum value equals EMAIL_VALIDATED

Source
force_email_verification?

Returns true if this enum value equals FORCE_EMAIL_VERIFICATION

Source
force_password_change?

Returns true if this enum value equals FORCE_PASSWORD_CHANGE

Source
global_moderator?

Returns true if this enum value equals GLOBAL_MODERATOR

Source
hwid_set?

Returns true if this enum value equals HWID_SET

Source
limited_user?

Returns true if this enum value equals LIMITED_USER

Source
limited_user_force?

Returns true if this enum value equals LIMITED_USER_FORCE

Source
lockdown?

Returns true if this enum value equals LOCKDOWN

Source
logon_extra_security?

Returns true if this enum value equals LOGON_EXTRA_SECURITY

Source
logon_extra_security_disabled?

Returns true if this enum value equals LOGON_EXTRA_SECURITY_DISABLED

Source
marketing_treatment?

Returns true if this enum value equals MARKETING_TREATMENT

Source
master_app_editor?

Returns true if this enum value equals MASTER_APP_EDITOR

Source
need_logs?

Returns true if this enum value equals NEED_LOGS

Source
needs_ssa_next_steam_logon?

Returns true if this enum value equals NEEDS_SSA_NEXT_STEAM_LOGON

Source
normal_user?

Returns true if this enum value equals NORMAL_USER

Source
ogg_invite_opt_out?

Returns true if this enum value equals OGG_INVITE_OPT_OUT

Source
parental_settings?

Returns true if this enum value equals PARENTAL_SETTINGS

Source
password_set?

Returns true if this enum value equals PASSWORD_SET

Source
persona_name_set?

Returns true if this enum value equals PERSONA_NAME_SET

Source
personal_qa_set?

Returns true if this enum value equals PERSONAL_QA_SET

Source
steam2_migration_complete?

Returns true if this enum value equals STEAM2_MIGRATION_COMPLETE

Source
supervisor?

Returns true if this enum value equals SUPERVISOR

Source
support?

Returns true if this enum value equals SUPPORT

Source
third_party_support?

Returns true if this enum value equals THIRD_PARTY_SUPPORT

Source
to_io(io, format)
Source
unbannable?

Returns true if this enum value equals UNBANNABLE

Source
vac_beta?

Returns true if this enum value equals VAC_BETA

Source