enum Steamcr::EChatRoomEnterResponse
Defined in:
steamd/enums.crEnum Members
-
SUCCESS =
1
-
DOESNT_EXIST =
2
-
NOT_ALLOWED =
3
-
FULL =
4
-
ERROR =
5
-
BANNED =
6
-
LIMITED =
7
-
CLAN_DISABLED =
8
-
COMMUNITY_BAN =
9
-
MEMBER_BLOCKED_YOU =
10
-
YOU_BLOCKED_MEMBER =
11
Class Method Summary
Instance Method Summary
- #banned?
- #clan_disabled?
- #community_ban?
- #doesnt_exist?
- #error?
- #full?
- #limited?
- #member_blocked_you?
- #not_allowed?
- #success?
- #to_io(io, format)
- #you_blocked_member?