Planeshift
Public Member Functions | Public Attributes

AdminCmdDataChangeGuildLeader Class Reference

Class for guild leader changing command. More...

#include <adminmanager.h>

List of all members.

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 AdminCmdDataCreateCmdData (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

Detailed Description

Class for guild leader changing command.

Definition at line 1605 of file adminmanager.h.


Constructor & Destructor Documentation

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.

Parameters:
msgManagermessage manager that handles this command
meThe incoming message from the GM
msgpsAdminCmdMessage containing the message
clientclient of the network communication
wordscommand message to parse
virtual AdminCmdDataChangeGuildLeader::~AdminCmdDataChangeGuildLeader ( ) [inline, virtual]

Definition at line 1625 of file adminmanager.h.


Member Function Documentation

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.

Parameters:
msgManagermessage manager that handles this command
meThe incoming message from the GM
msgpsAdminCmdMessage containing the message
clientclient of the network communication
wordscommand message to parse
Returns:
AdminCmdData* pointer to object containing parsed data. When parsing failed the valid flag is set to false.

Reimplemented from AdminCmdDataTarget.

virtual csString AdminCmdDataChangeGuildLeader::GetHelpMessage ( ) [virtual]

Returns a helpmessage that fits to the parser of the class.

Returns:
csString: a help message to send back to the client

Reimplemented from AdminCmdDataTarget.


Member Data Documentation

guildname whos leader is to change

Definition at line 1608 of file adminmanager.h.


The documentation for this class was generated from the following file: