Class: EChatActionResult

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

Overview

Represents the EChatActionResult enum

Constant Summary collapse

DATA_TYPE =

Data type of EChatActionResult

'int'
SUCCESS =

Constant SUCCESS for EChatActionResult

1
ERROR =

Constant ERROR for EChatActionResult

2
NOT_PERMITTED =

Constant NOT_PERMITTED for EChatActionResult

3
NOT_ALLOWED_ON_CLAN_MEMBER =

Constant NOT_ALLOWED_ON_CLAN_MEMBER for EChatActionResult

4
NOT_ALLOWED_ON_BANNED_USER =

Constant NOT_ALLOWED_ON_BANNED_USER for EChatActionResult

5
NOT_ALLOWED_ON_CHAT_OWNER =

Constant NOT_ALLOWED_ON_CHAT_OWNER for EChatActionResult

6
NOT_ALLOWED_ON_SELF =

Constant NOT_ALLOWED_ON_SELF for EChatActionResult

7
CHAT_DOESNT_EXIST =

Constant CHAT_DOESNT_EXIST for EChatActionResult

8
CHAT_FULL =

Constant CHAT_FULL for EChatActionResult

9
VOICE_SLOTS_FULL =

Constant VOICE_SLOTS_FULL for EChatActionResult

10