Planeshift
|
Class for setting traits or retrieving info. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataSetTrait () | |
Creates obj for specified command that sets/displays traits. | |
AdminCmdDataSetTrait (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 traits. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataSetTrait () |
Public Attributes | |
PSCHARACTER_GENDER | gender |
gender of the character | |
csString | race |
specifier for the race of the character | |
csString | subCmd |
subcommand | |
csString | traitName |
name of the trait to add (if adding is possible) |
Class for setting traits or retrieving info.
Definition at line 2756 of file adminmanager.h.
AdminCmdDataSetTrait::AdminCmdDataSetTrait | ( | ) | [inline] |
Creates obj for specified command that sets/displays traits.
Definition at line 2766 of file adminmanager.h.
AdminCmdDataSetTrait::AdminCmdDataSetTrait | ( | 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 AdminCmdDataSetTrait::~AdminCmdDataSetTrait | ( | ) | [inline, virtual] |
Definition at line 2779 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataSetTrait::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for traits.
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 AdminCmdDataSetTrait::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
gender of the character
Definition at line 2761 of file adminmanager.h.
csString AdminCmdDataSetTrait::race |
specifier for the race of the character
Definition at line 2760 of file adminmanager.h.
csString AdminCmdDataSetTrait::subCmd |
subcommand
Definition at line 2759 of file adminmanager.h.
csString AdminCmdDataSetTrait::traitName |
name of the trait to add (if adding is possible)
Definition at line 2762 of file adminmanager.h.