|
Namespaces |
| namespace | ServerAdminCommon |
Defines |
| #define | __INCLUDE_ServerAdminCommonh_INCLUDE__ |
Functions |
| bool | ServerAdminCommon::addPlayer (ServerAdminSessions::Credential &credential, const char *playerType) |
| bool | ServerAdminCommon::kickPlayer (ServerAdminSessions::Credential &credential, unsigned int playerId) |
| bool | ServerAdminCommon::poorPlayer (ServerAdminSessions::Credential &credential, unsigned int playerId) |
| bool | ServerAdminCommon::banPlayer (ServerAdminSessions::Credential &credential, unsigned int playerId, const char *reason) |
| bool | ServerAdminCommon::flagPlayer (ServerAdminSessions::Credential &credential, unsigned int playerId, const char *reason) |
| bool | ServerAdminCommon::slapPlayer (ServerAdminSessions::Credential &credential, unsigned int playerId, float slap) |
| bool | ServerAdminCommon::mutePlayer (ServerAdminSessions::Credential &credential, unsigned int playerId, bool mute) |
| bool | ServerAdminCommon::permMutePlayer (ServerAdminSessions::Credential &credential, unsigned int playerId, const char *reason) |
| bool | ServerAdminCommon::unpermMutePlayer (ServerAdminSessions::Credential &credential, unsigned int playerId) |
| bool | ServerAdminCommon::newGame (ServerAdminSessions::Credential &credential) |
| bool | ServerAdminCommon::killAll (ServerAdminSessions::Credential &credential) |
| bool | ServerAdminCommon::adminSay (ServerAdminSessions::Credential &credential, const char *channel, const char *text) |