Class: EPersonaState
- Inherits:
-
Object
- Object
- EPersonaState
- Defined in:
- lib/steamd/generated/enums.rb
Overview
Represents the EPersonaState enum
Constant Summary collapse
- DATA_TYPE =
Data type of EPersonaState
'int'- OFFLINE =
Constant OFFLINE for EPersonaState
0- ONLINE =
Constant ONLINE for EPersonaState
1- BUSY =
Constant BUSY for EPersonaState
2- AWAY =
Constant AWAY for EPersonaState
3- SNOOZE =
Constant SNOOZE for EPersonaState
4- LOOKING_TO_TRADE =
Constant LOOKING_TO_TRADE for EPersonaState
5- LOOKING_TO_PLAY =
Constant LOOKING_TO_PLAY for EPersonaState
6- MAX =
Constant MAX for EPersonaState
7