Photon C++ Client API: UserStatus.h File Reference
From Photon C++ Client API

Photon C++ Client API
4.1.12.2
|
|
|
|
static const int | OFFLINE |
| | Offline.
|
| |
|
static const int | INVISIBLE |
| | Be invisible to everyone. Sends no message.
|
| |
|
static const int | ONLINE |
| | Online and available.
|
| |
|
static const int | AWAY |
| | Online but not available.
|
| |
|
static const int | DND |
| | Do not disturb.
|
| |
|
static const int | LFG |
| | Looking For Game/Group. Could be used when you want to be invited or do matchmaking.
|
| |
|
static const int | PLAYING |
| | Could be used when in a room, playing.
|
| |