Planeshift
|
Class for game event command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataHire () | |
Creates obj for specified command that concern hire. | |
AdminCmdDataHire (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 hire. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataHire () |
Public Attributes | |
gemNPC * | hiredNPC |
PID | masterPID |
master PID storage | |
gemActor * | owner |
csString | subCmd |
subcommand storage | |
AdminCmdSubCommandParser | subCommandList |
list of subcommands | |
csString | typeName |
type name storage | |
csString | typeNPCType |
type NPC type storage |
Class for game event command.
Definition at line 2580 of file adminmanager.h.
AdminCmdDataHire::AdminCmdDataHire | ( | ) | [inline] |
Creates obj for specified command that concern hire.
Definition at line 2594 of file adminmanager.h.
AdminCmdDataHire::AdminCmdDataHire | ( | 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 AdminCmdDataHire::~AdminCmdDataHire | ( | ) | [inline, virtual] |
Definition at line 2607 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataHire::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for hire.
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 AdminCmdData.
virtual csString AdminCmdDataHire::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdData.
Definition at line 2590 of file adminmanager.h.
master PID storage
Definition at line 2587 of file adminmanager.h.
Definition at line 2589 of file adminmanager.h.
csString AdminCmdDataHire::subCmd |
subcommand storage
Definition at line 2584 of file adminmanager.h.
list of subcommands
Definition at line 2583 of file adminmanager.h.
csString AdminCmdDataHire::typeName |
type name storage
Definition at line 2585 of file adminmanager.h.
csString AdminCmdDataHire::typeNPCType |
type NPC type storage
Definition at line 2586 of file adminmanager.h.