Class: EAccountType
- Inherits:
-
Object
- Object
- EAccountType
- Defined in:
- lib/steamd/generated/enums.rb
Overview
Represents the EAccountType enum
Constant Summary collapse
- DATA_TYPE =
Data type of EAccountType
'int'
- INVALID =
Constant INVALID for EAccountType
0
- INDIVIDUAL =
Constant INDIVIDUAL for EAccountType
1
- MULTISEAT =
Constant MULTISEAT for EAccountType
2
- GAME_SERVER =
Constant GAME_SERVER for EAccountType
3
- ANON_GAME_SERVER =
Constant ANON_GAME_SERVER for EAccountType
4
- PENDING =
Constant PENDING for EAccountType
5
- CONTENT_SERVER =
Constant CONTENT_SERVER for EAccountType
6
- CLAN =
Constant CLAN for EAccountType
7
- CHAT =
Constant CHAT for EAccountType
8
- CONSOLE_USER =
Constant CONSOLE_USER for EAccountType
9
- ANON_USER =
Constant ANON_USER for EAccountType
10
- MAX =
Constant MAX for EAccountType
11