Class: EChatAction

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

Overview

Represents the EChatAction enum

Constant Summary collapse

DATA_TYPE =

Data type of EChatAction

'int'
INVITE_CHAT =

Constant INVITE_CHAT for EChatAction

1
KICK =

Constant KICK for EChatAction

2
BAN =

Constant BAN for EChatAction

3
UN_BAN =

Constant UN_BAN for EChatAction

4
START_VOICE_SPEAK =

Constant START_VOICE_SPEAK for EChatAction

5
END_VOICE_SPEAK =

Constant END_VOICE_SPEAK for EChatAction

6
LOCK_CHAT =

Constant LOCK_CHAT for EChatAction

7
UNLOCK_CHAT =

Constant UNLOCK_CHAT for EChatAction

8
CLOSE_CHAT =

Constant CLOSE_CHAT for EChatAction

9
SET_JOINABLE =

Constant SET_JOINABLE for EChatAction

10
SET_UNJOINABLE =

Constant SET_UNJOINABLE for EChatAction

11
SET_OWNER =

Constant SET_OWNER for EChatAction

12
SET_INVISIBLE_TO_FRIENDS =

Constant SET_INVISIBLE_TO_FRIENDS for EChatAction

13
SET_VISIBLE_TO_FRIENDS =

Constant SET_VISIBLE_TO_FRIENDS for EChatAction

14
SET_MODERATED =

Constant SET_MODERATED for EChatAction

15
SET_UNMODERATED =

Constant SET_UNMODERATED for EChatAction

16