Planeshift
|
Class for setting the killing exp. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataSetKillExp () | |
Creates obj for specified command that sets the killing exp. | |
AdminCmdDataSetKillExp (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 the parsed data for killing exp. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataSetKillExp () |
Public Attributes | |
int | expValue |
experience to set |
AdminCmdDataSetKillExp::AdminCmdDataSetKillExp | ( | ) | [inline] |
Creates obj for specified command that sets the killing exp.
Definition at line 2973 of file adminmanager.h.
AdminCmdDataSetKillExp::AdminCmdDataSetKillExp | ( | 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 AdminCmdDataSetKillExp::~AdminCmdDataSetKillExp | ( | ) | [inline, virtual] |
Definition at line 2986 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataSetKillExp::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object the parsed data for killing exp.
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 AdminCmdDataSetKillExp::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
experience to set
Definition at line 2969 of file adminmanager.h.