|
Planeshift
|
Class for some action (guildentrance creation). More...
#include <adminmanager.h>
Public Member Functions | |
| AdminCmdDataAction () | |
| Creates obj for specified command creating a guildentrance. | |
| AdminCmdDataAction (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 action. | |
| virtual csString | GetHelpMessage () |
| Returns a helpmessage that fits to the parser of the class. | |
| virtual | ~AdminCmdDataAction () |
Public Attributes | |
| csString | description |
| description for the guild entrance | |
| csString | guildName |
| guildname for create_entrance | |
| csString | subCommand |
| storage for the given subcommand | |
| AdminCmdSubCommandParser | subCommandList |
| possible sub commands | |
Class for some action (guildentrance creation).
Definition at line 2376 of file adminmanager.h.
| AdminCmdDataAction::AdminCmdDataAction | ( | ) | [inline] |
Creates obj for specified command creating a guildentrance.
Definition at line 2386 of file adminmanager.h.
| AdminCmdDataAction::AdminCmdDataAction | ( | 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 AdminCmdDataAction::~AdminCmdDataAction | ( | ) | [inline, virtual] |
Definition at line 2399 of file adminmanager.h.
| virtual AdminCmdData* AdminCmdDataAction::CreateCmdData | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) | [virtual] |
Creates an object containing the parsed data for the action.
| 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 AdminCmdDataSectorTarget.
| virtual csString AdminCmdDataAction::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataSectorTarget.
| csString AdminCmdDataAction::description |
description for the guild entrance
Definition at line 2382 of file adminmanager.h.
| csString AdminCmdDataAction::guildName |
guildname for create_entrance
Definition at line 2381 of file adminmanager.h.
| csString AdminCmdDataAction::subCommand |
storage for the given subcommand
Definition at line 2380 of file adminmanager.h.
possible sub commands
Definition at line 2379 of file adminmanager.h.
1.7.3