Planeshift
|
Class for examing/modifying quests. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataQuest () | |
Creates obj for specified command that examine/modify quests. | |
AdminCmdDataQuest (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 the quest. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataQuest () |
Public Attributes | |
csString | questName |
name of quest to modify/examine | |
csString | subCmd |
possibly one subcommand here | |
AdminCmdSubCommandParser | subCommandList |
list of allowed subcommands |
Class for examing/modifying quests.
Definition at line 2670 of file adminmanager.h.
AdminCmdDataQuest::AdminCmdDataQuest | ( | ) | [inline] |
Creates obj for specified command that examine/modify quests.
Definition at line 2679 of file adminmanager.h.
AdminCmdDataQuest::AdminCmdDataQuest | ( | 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 AdminCmdDataQuest::~AdminCmdDataQuest | ( | ) | [inline, virtual] |
Definition at line 2693 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataQuest::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for the quest.
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 AdminCmdDataQuest::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
csString AdminCmdDataQuest::questName |
name of quest to modify/examine
Definition at line 2675 of file adminmanager.h.
csString AdminCmdDataQuest::subCmd |
possibly one subcommand here
Definition at line 2674 of file adminmanager.h.
list of allowed subcommands
Definition at line 2673 of file adminmanager.h.