Planeshift
|
Class for assigning awards for factions. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataAssignFaction () | |
Creates obj for specified command that assigns factions. | |
AdminCmdDataAssignFaction (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 factions. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataAssignFaction () |
Public Attributes | |
csString | factionName |
faction name to assign | |
int | factionPoints |
faction points to assign |
Class for assigning awards for factions.
Definition at line 3007 of file adminmanager.h.
AdminCmdDataAssignFaction::AdminCmdDataAssignFaction | ( | ) | [inline] |
Creates obj for specified command that assigns factions.
Definition at line 3015 of file adminmanager.h.
AdminCmdDataAssignFaction::AdminCmdDataAssignFaction | ( | 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 AdminCmdDataAssignFaction::~AdminCmdDataAssignFaction | ( | ) | [inline, virtual] |
Definition at line 3028 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataAssignFaction::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for factions.
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 AdminCmdDataAssignFaction::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
faction name to assign
Definition at line 3010 of file adminmanager.h.
faction points to assign
Definition at line 3011 of file adminmanager.h.