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)
SourceInstance methods
to_io(io, format)
Source