Steamcr::EChatPermission
Inherits Enum < Comparable < Value < Object
Constants
CLOSE = 1
INVITE = 2
TALK = 8
KICK = 16
MUTE = 32
SET_METADATA = 64
CHANGE_PERMISSIONS = 128
BAN = 256
CHANGE_ACCESS = 512
EVERYONE_NOT_IN_CLAN_DEFAULT = 8
EVERYONE_DEFAULT = 10
MEMBER_DEFAULT = 282
OFFICER_DEFAULT = 282
OWNER_DEFAULT = 891
MASK = 1019
Class methods
from_io(io, format)
SourceInstance methods
everyone_not_in_clan_default?
Returns true if this enum value equals EVERYONE_NOT_IN_CLAN_DEFAULT
to_io(io, format)
Source