enum

Steamcr::EChatAction

Inherits Enum < Comparable < Value < Object

Constants

INVITE_CHAT = 1
KICK = 2
BAN = 3
UN_BAN = 4
START_VOICE_SPEAK = 5
END_VOICE_SPEAK = 6
LOCK_CHAT = 7
UNLOCK_CHAT = 8
CLOSE_CHAT = 9
SET_JOINABLE = 10
SET_UNJOINABLE = 11
SET_OWNER = 12
SET_INVISIBLE_TO_FRIENDS = 13
SET_VISIBLE_TO_FRIENDS = 14
SET_MODERATED = 15
SET_UNMODERATED = 16

Class methods

from_io(io, format)
Source

Instance methods

ban?

Returns true if this enum value equals BAN

Source
close_chat?

Returns true if this enum value equals CLOSE_CHAT

Source
end_voice_speak?

Returns true if this enum value equals END_VOICE_SPEAK

Source
invite_chat?

Returns true if this enum value equals INVITE_CHAT

Source
kick?

Returns true if this enum value equals KICK

Source
lock_chat?

Returns true if this enum value equals LOCK_CHAT

Source
set_invisible_to_friends?

Returns true if this enum value equals SET_INVISIBLE_TO_FRIENDS

Source
set_joinable?

Returns true if this enum value equals SET_JOINABLE

Source
set_moderated?

Returns true if this enum value equals SET_MODERATED

Source
set_owner?

Returns true if this enum value equals SET_OWNER

Source
set_unjoinable?

Returns true if this enum value equals SET_UNJOINABLE

Source
set_unmoderated?

Returns true if this enum value equals SET_UNMODERATED

Source
set_visible_to_friends?

Returns true if this enum value equals SET_VISIBLE_TO_FRIENDS

Source
start_voice_speak?

Returns true if this enum value equals START_VOICE_SPEAK

Source
to_io(io, format)
Source
un_ban?

Returns true if this enum value equals UN_BAN

Source
unlock_chat?

Returns true if this enum value equals UNLOCK_CHAT

Source