Planeshift
|
Class for setting quality for an item command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataSetQuality () | |
Creates obj for specified command that changes item quality. | |
AdminCmdDataSetQuality (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 item quality. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataSetQuality () |
Public Attributes | |
int | quality |
quality for the item | |
int | qualityMax |
qualitymax for the item |
Class for setting quality for an item command.
Definition at line 2714 of file adminmanager.h.
AdminCmdDataSetQuality::AdminCmdDataSetQuality | ( | ) | [inline] |
Creates obj for specified command that changes item quality.
Definition at line 2722 of file adminmanager.h.
AdminCmdDataSetQuality::AdminCmdDataSetQuality | ( | 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 AdminCmdDataSetQuality::~AdminCmdDataSetQuality | ( | ) | [inline, virtual] |
Definition at line 2735 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataSetQuality::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data item quality.
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 AdminCmdDataSetQuality::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
quality for the item
Definition at line 2717 of file adminmanager.h.
qualitymax for the item
Definition at line 2718 of file adminmanager.h.