Planeshift
|
Class for guild leader changing command. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataChangeGuildLeader () | |
Creates obj for specified command that changes a guild leader. | |
AdminCmdDataChangeGuildLeader (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 a guildleader change. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataChangeGuildLeader () |
Public Attributes | |
csString | guildName |
guildname whos leader is to change |
Class for guild leader changing command.
Definition at line 1605 of file adminmanager.h.
AdminCmdDataChangeGuildLeader::AdminCmdDataChangeGuildLeader | ( | ) | [inline] |
Creates obj for specified command that changes a guild leader.
Definition at line 1612 of file adminmanager.h.
AdminCmdDataChangeGuildLeader::AdminCmdDataChangeGuildLeader | ( | 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 AdminCmdDataChangeGuildLeader::~AdminCmdDataChangeGuildLeader | ( | ) | [inline, virtual] |
Definition at line 1625 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataChangeGuildLeader::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for a guildleader change.
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 AdminCmdDataChangeGuildLeader::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
guildname whos leader is to change
Definition at line 1608 of file adminmanager.h.