Struct used internally by the TASServer class to get client status information. More...
Data Fields | |
| unsigned int | in_game: 1 |
| unsigned int | away: 1 |
| unsigned int | rank: 3 |
| unsigned int | moderator: 1 |
| unsigned int | bot: 1 |
Struct used internally by the TASServer class to get client status information.
Definition at line 53 of file tasserver.cpp.
| unsigned int TASClientstatus::away |
Definition at line 58 of file tasserver.cpp.
| unsigned int TASClientstatus::bot |
Definition at line 64 of file tasserver.cpp.
| unsigned int TASClientstatus::in_game |
Definition at line 56 of file tasserver.cpp.
| unsigned int TASClientstatus::moderator |
Definition at line 62 of file tasserver.cpp.
| unsigned int TASClientstatus::rank |
Definition at line 60 of file tasserver.cpp.
1.6.3