|
Planeshift
|
Class for issuing player warnings. More...
#include <adminmanager.h>
Public Member Functions | |
| AdminCmdDataListWarnings () | |
| Creates obj for specified command that issues a player warning. | |
| AdminCmdDataListWarnings (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 warnings. | |
| virtual csString | GetHelpMessage () |
| Returns a helpmessage that fits to the parser of the class. | |
| virtual | ~AdminCmdDataListWarnings () |
Class for issuing player warnings.
Definition at line 2885 of file adminmanager.h.
| AdminCmdDataListWarnings::AdminCmdDataListWarnings | ( | ) | [inline] |
Creates obj for specified command that issues a player warning.
Definition at line 2890 of file adminmanager.h.
| AdminCmdDataListWarnings::AdminCmdDataListWarnings | ( | 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 AdminCmdDataListWarnings::~AdminCmdDataListWarnings | ( | ) | [inline, virtual] |
Definition at line 2903 of file adminmanager.h.
| virtual AdminCmdData* AdminCmdDataListWarnings::CreateCmdData | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) | [virtual] |
Creates an object containing the parsed data for warnings.
| 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 AdminCmdDataListWarnings::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
1.7.3