Planeshift
|
Class for un/setting, displaying information on stackable items. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataSetStackable () | |
Creates obj for specified command that needs a reason. | |
AdminCmdDataSetStackable (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 a object of the current class containing parsed data. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataSetStackable () |
Public Attributes | |
csString | stackableAction |
subcommand storage | |
AdminCmdSubCommandParser | subCommandList |
list of subcommands |
Class for un/setting, displaying information on stackable items.
Definition at line 1120 of file adminmanager.h.
AdminCmdDataSetStackable::AdminCmdDataSetStackable | ( | ) | [inline] |
Creates obj for specified command that needs a reason.
Definition at line 1128 of file adminmanager.h.
AdminCmdDataSetStackable::AdminCmdDataSetStackable | ( | 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 AdminCmdDataSetStackable::~AdminCmdDataSetStackable | ( | ) | [inline, virtual] |
Definition at line 1141 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataSetStackable::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates a object of the current class containing 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 AdminCmdDataSetStackable::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
subcommand storage
Definition at line 1124 of file adminmanager.h.
list of subcommands
Definition at line 1123 of file adminmanager.h.