Planeshift
|
Class for item check command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataCheckItem () | |
Creates obj for specified item check command. | |
AdminCmdDataCheckItem (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) | |
Parses the given message and stores its data. | |
virtual AdminCmdData * | CreateCmdData (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) |
Creates an object containing the parsed data for an item check. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataCheckItem () |
Class for item check command.
Definition at line 1860 of file adminmanager.h.
AdminCmdDataCheckItem::AdminCmdDataCheckItem | ( | ) | [inline] |
Creates obj for specified item check command.
Definition at line 1865 of file adminmanager.h.
AdminCmdDataCheckItem::AdminCmdDataCheckItem | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) |
Parses the given message and stores its 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 |
virtual AdminCmdDataCheckItem::~AdminCmdDataCheckItem | ( | ) | [inline, virtual] |
Definition at line 1878 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataCheckItem::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for an item check.
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 AdminCmdDataItemTarget.
virtual csString AdminCmdDataCheckItem::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataItemTarget.