Class: EChatEntryType

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

Overview

Represents the EChatEntryType enum

Constant Summary collapse

DATA_TYPE =

Data type of EChatEntryType

'int'
INVALID =

Constant INVALID for EChatEntryType

0
CHAT_MSG =

Constant CHAT_MSG for EChatEntryType

1
TYPING =

Constant TYPING for EChatEntryType

2
INVITE_GAME =

Constant INVITE_GAME for EChatEntryType

3
EMOTE =

Constant EMOTE for EChatEntryType

4
LOBBY_GAME_START =

Constant LOBBY_GAME_START for EChatEntryType

5
LEFT_CONVERSATION =

Constant LEFT_CONVERSATION for EChatEntryType

6
ENTERED =

Constant ENTERED for EChatEntryType

7
WAS_KICKED =

Constant WAS_KICKED for EChatEntryType

8
WAS_BANNED =

Constant WAS_BANNED for EChatEntryType

9
DISCONNECTED =

Constant DISCONNECTED for EChatEntryType

10
HISTORICAL_CHAT =

Constant HISTORICAL_CHAT for EChatEntryType

11
RESERVED1 =

Constant RESERVED1 for EChatEntryType

12
RESERVED2 =

Constant RESERVED2 for EChatEntryType

13
14