enum Steamcr::EChatActionResult

Defined in:

steamd/enums.cr

Enum Members

SUCCESS = 1
ERROR = 2
NOT_PERMITTED = 3
NOT_ALLOWED_ON_CLAN_MEMBER = 4
NOT_ALLOWED_ON_BANNED_USER = 5
NOT_ALLOWED_ON_CHAT_OWNER = 6
NOT_ALLOWED_ON_SELF = 7
CHAT_DOESNT_EXIST = 8
CHAT_FULL = 9
VOICE_SLOTS_FULL = 10

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def chat_doesnt_exist? #

[View source]
def chat_full? #

[View source]
def error? #

[View source]
def not_allowed_on_banned_user? #

[View source]
def not_allowed_on_chat_owner? #

[View source]
def not_allowed_on_clan_member? #

[View source]
def not_allowed_on_self? #

[View source]
def not_permitted? #

[View source]
def success? #

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

[View source]
def voice_slots_full? #

[View source]