Planeshift
Public Member Functions | Public Attributes

AdminCmdDataLoadQuest Class Reference

Class for loading/reloading quests. More...

#include <adminmanager.h>

List of all members.

Public Member Functions

 AdminCmdDataLoadQuest ()
 Creates obj for specified command that needs a reason.
 AdminCmdDataLoadQuest (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 of the current class containing parsed data.
virtual csString GetHelpMessage ()
 Returns a helpmessage that fits to the parser of the class.
virtual ~AdminCmdDataLoadQuest ()

Public Attributes

csString questName
 name of the specified quest

Detailed Description

Class for loading/reloading quests.

Definition at line 1162 of file adminmanager.h.


Constructor & Destructor Documentation

AdminCmdDataLoadQuest::AdminCmdDataLoadQuest ( ) [inline]

Creates obj for specified command that needs a reason.

Definition at line 1169 of file adminmanager.h.

AdminCmdDataLoadQuest::AdminCmdDataLoadQuest ( 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 AdminCmdDataLoadQuest::~AdminCmdDataLoadQuest ( ) [inline, virtual]

Definition at line 1182 of file adminmanager.h.


Member Function Documentation

virtual AdminCmdData* AdminCmdDataLoadQuest::CreateCmdData ( AdminManager msgManager,
MsgEntry me,
psAdminCmdMessage msg,
Client client,
WordArray words 
) [virtual]

Creates an object of the current class containing parsed 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
Returns:
AdminCmdData* pointer to object containing parsed data. When parsing failed the valid flag is set to false.

Reimplemented from AdminCmdData.

virtual csString AdminCmdDataLoadQuest::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 AdminCmdData.


Member Data Documentation

name of the specified quest

Definition at line 1165 of file adminmanager.h.


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