Class: EChatRoomEnterResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/steamd/generated/enums.rb

Overview

Represents the EChatRoomEnterResponse enum

Constant Summary collapse

DATA_TYPE =

Data type of EChatRoomEnterResponse

'int'
SUCCESS =

Constant SUCCESS for EChatRoomEnterResponse

1
DOESNT_EXIST =

Constant DOESNT_EXIST for EChatRoomEnterResponse

2
NOT_ALLOWED =

Constant NOT_ALLOWED for EChatRoomEnterResponse

3
FULL =

Constant FULL for EChatRoomEnterResponse

4
ERROR =

Constant ERROR for EChatRoomEnterResponse

5
BANNED =

Constant BANNED for EChatRoomEnterResponse

6
LIMITED =

Constant LIMITED for EChatRoomEnterResponse

7
CLAN_DISABLED =

Constant CLAN_DISABLED for EChatRoomEnterResponse

8
COMMUNITY_BAN =

Constant COMMUNITY_BAN for EChatRoomEnterResponse

9
MEMBER_BLOCKED_YOU =

Constant MEMBER_BLOCKED_YOU for EChatRoomEnterResponse

10
YOU_BLOCKED_MEMBER =

Constant YOU_BLOCKED_MEMBER for EChatRoomEnterResponse

11
NO_RANKING_DATA_LOBBY =

Constant NO_RANKING_DATA_LOBBY for EChatRoomEnterResponse

12
NO_RANKING_DATA_USER =

Constant NO_RANKING_DATA_USER for EChatRoomEnterResponse

13
RANK_OUT_OF_RANGE =

Constant RANK_OUT_OF_RANGE for EChatRoomEnterResponse

14