enum

Steamcr::EChatRoomMemberStateChange

Inherits Enum < Comparable < Value < Object

Constants

INVALID = 0
JOINED = 1
PARTED = 2
KICKED = 3
INVITED = 4
RANK_CHANGED = 7
INVITE_DISMISSED = 8
MUTED = 9
BANNED = 10
ROLES_CHANGED = 12

Class methods

from_io(io, format)
Source

Instance methods

banned?

Returns true if this enum value equals BANNED

Source
invalid?

Returns true if this enum value equals INVALID

Source
invite_dismissed?

Returns true if this enum value equals INVITE_DISMISSED

Source
invited?

Returns true if this enum value equals INVITED

Source
joined?

Returns true if this enum value equals JOINED

Source
kicked?

Returns true if this enum value equals KICKED

Source
muted?

Returns true if this enum value equals MUTED

Source
parted?

Returns true if this enum value equals PARTED

Source
rank_changed?

Returns true if this enum value equals RANK_CHANGED

Source
roles_changed?

Returns true if this enum value equals ROLES_CHANGED

Source
to_io(io, format)
Source