|
Planeshift
|
Class for loading/reloading quests. More...
#include <adminmanager.h>
Public Member Functions | |
| AdminCmdDataLoadQuest () | |
| Creates obj for specified command that needs a reason. | |
| AdminCmdDataLoadQuest (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 of the current class containing parsed data. | |
| virtual csString | GetHelpMessage () |
| Returns a helpmessage that fits to the parser of the class. | |
| virtual | ~AdminCmdDataLoadQuest () |
Public Attributes | |
| csString | questName |
| name of the specified quest | |
Class for loading/reloading quests.
Definition at line 1162 of file adminmanager.h.
| AdminCmdDataLoadQuest::AdminCmdDataLoadQuest | ( | ) | [inline] |
Creates obj for specified command that needs a reason.
Definition at line 1169 of file adminmanager.h.
| AdminCmdDataLoadQuest::AdminCmdDataLoadQuest | ( | 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 AdminCmdDataLoadQuest::~AdminCmdDataLoadQuest | ( | ) | [inline, virtual] |
Definition at line 1182 of file adminmanager.h.
| virtual AdminCmdData* AdminCmdDataLoadQuest::CreateCmdData | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) | [virtual] |
Creates an 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 AdminCmdData.
| virtual csString AdminCmdDataLoadQuest::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdData.
| csString AdminCmdDataLoadQuest::questName |
name of the specified quest
Definition at line 1165 of file adminmanager.h.
1.7.3