enum Steam::ID::AccountType

Overview

Types of accounts a Steam ID can belong to

Defined in:

steam_id.cr

Enum Members

Invalid = 0
Individual = 1
Multiseat = 2
GameServer = 3
AnonGameServer = 4
Pending = 5
ContentServer = 6
Clan = 7
Chat = 8
P2PSuperSeeder = 9
AnonUser = 10

Instance Method Summary

Instance Method Detail

def anon_game_server? #

[View source]
def anon_user? #

[View source]
def chat? #

[View source]
def clan? #

[View source]
def content_server? #

[View source]
def game_server? #

[View source]
def individual? #

[View source]
def invalid? #

[View source]
def multiseat? #

[View source]
def p2_p_super_seeder? #

[View source]
def pending? #

[View source]