Planeshift
|
Class for awarding rewards command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataAward () | |
Creates obj for specified command that awards rewards. | |
AdminCmdDataAward (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 rewards. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataAward () |
Public Attributes | |
AdminCmdRewardParser | rewardList |
rewards parser and storage |
Class for awarding rewards command.
Definition at line 1775 of file adminmanager.h.
AdminCmdDataAward::AdminCmdDataAward | ( | ) | [inline] |
Creates obj for specified command that awards rewards.
Definition at line 1782 of file adminmanager.h.
AdminCmdDataAward::AdminCmdDataAward | ( | 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 AdminCmdDataAward::~AdminCmdDataAward | ( | ) | [inline, virtual] |
Definition at line 1795 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataAward::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for rewards.
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 AdminCmdDataAward::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
rewards parser and storage
Definition at line 1778 of file adminmanager.h.