Planeshift
|
Class for changing tribe debug level. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataDebugTribe () | |
Creates obj for specified command that changes Tribe Debug level. | |
AdminCmdDataDebugTribe (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) | |
Parses the given message to set debug level for npc. | |
virtual AdminCmdData * | CreateCmdData (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) |
Creates a command data object of the current class containing the parsed data. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataDebugTribe () |
Destructor. | |
Public Attributes | |
int | debugLevel |
The debug level to set for npc. |
Class for changing tribe debug level.
Definition at line 1077 of file adminmanager.h.
AdminCmdDataDebugTribe::AdminCmdDataDebugTribe | ( | ) | [inline] |
Creates obj for specified command that changes Tribe Debug level.
Definition at line 1084 of file adminmanager.h.
AdminCmdDataDebugTribe::AdminCmdDataDebugTribe | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) |
Parses the given message to set debug level for npc.
msgManager | message manager that handles this command |
me | The incoming message from the GM |
msg | psAdminCmdMessage containing the message |
client | client of the network communication |
words | command message to parse |
virtual AdminCmdDataDebugTribe::~AdminCmdDataDebugTribe | ( | ) | [inline, virtual] |
Destructor.
Definition at line 1100 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataDebugTribe::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates a command data object of the current class containing the parsed data.
msgManager | message manager that handles this command |
me | The incoming message from the GM |
msg | psAdminCmdMessage containing the message |
client | client of the network communication |
words | command message to parse |
Reimplemented from AdminCmdDataTarget.
virtual csString AdminCmdDataDebugTribe::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
The debug level to set for npc.
Definition at line 1080 of file adminmanager.h.