Planeshift
|
Class for scale command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataScale () | |
Creates obj for specified command that needs a reason. | |
AdminCmdDataScale (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 morphing. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataScale () |
Public Attributes | |
csString | scale |
optional scale | |
csString | subCommand |
subcommand (if any) |
Class for scale command.
Definition at line 2193 of file adminmanager.h.
AdminCmdDataScale::AdminCmdDataScale | ( | ) | [inline] |
Creates obj for specified command that needs a reason.
Definition at line 2201 of file adminmanager.h.
AdminCmdDataScale::AdminCmdDataScale | ( | 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 AdminCmdDataScale::~AdminCmdDataScale | ( | ) | [inline, virtual] |
Definition at line 2214 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataScale::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for morphing.
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 AdminCmdDataScale::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
csString AdminCmdDataScale::scale |
optional scale
Definition at line 2197 of file adminmanager.h.
csString AdminCmdDataScale::subCommand |
subcommand (if any)
Definition at line 2196 of file adminmanager.h.