|
Planeshift
|
Class for commands deleting a player. More...
#include <adminmanager.h>
Public Member Functions | |
| AdminCmdDataDeleteChar () | |
| Creates obj for specified command that needs a reason. | |
| AdminCmdDataDeleteChar (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) | |
| Creates obj for specified command that needs a reason. | |
| virtual AdminCmdData * | CreateCmdData (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) |
| Parses the given message and stores its data. | |
| virtual csString | GetHelpMessage () |
| Retrieve help message for the command that fits to the data. | |
| virtual | ~AdminCmdDataDeleteChar () |
Public Attributes | |
| AdminCmdTargetParser | requestor |
| gm requesting this deletion command | |
Class for commands deleting a player.
Definition at line 786 of file adminmanager.h.
| AdminCmdDataDeleteChar::AdminCmdDataDeleteChar | ( | ) | [inline] |
Creates obj for specified command that needs a reason.
Definition at line 793 of file adminmanager.h.
| AdminCmdDataDeleteChar::AdminCmdDataDeleteChar | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) |
Creates obj for specified command that needs a reason.
| 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 AdminCmdDataDeleteChar::~AdminCmdDataDeleteChar | ( | ) | [inline, virtual] |
Definition at line 806 of file adminmanager.h.
| virtual AdminCmdData* AdminCmdDataDeleteChar::CreateCmdData | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) | [virtual] |
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 |
Reimplemented from AdminCmdDataTarget.
| virtual csString AdminCmdDataDeleteChar::GetHelpMessage | ( | ) | [virtual] |
Retrieve help message for the command that fits to the data.
Reimplemented from AdminCmdDataTarget.
gm requesting this deletion command
Definition at line 789 of file adminmanager.h.
1.7.3