Planeshift
|
Class for searching for bad npc text. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataBadText () | |
Creates obj for specified command examine npc dialogs. | |
AdminCmdDataBadText (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 npc texts. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataBadText () |
Public Attributes | |
int | first |
first textline to fetch from npc | |
int | last |
last textline to fetch |
Class for searching for bad npc text.
Definition at line 2628 of file adminmanager.h.
AdminCmdDataBadText::AdminCmdDataBadText | ( | ) | [inline] |
Creates obj for specified command examine npc dialogs.
Definition at line 2636 of file adminmanager.h.
AdminCmdDataBadText::AdminCmdDataBadText | ( | 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 AdminCmdDataBadText::~AdminCmdDataBadText | ( | ) | [inline, virtual] |
Definition at line 2649 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataBadText::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object containing the parsed data for npc texts.
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 AdminCmdDataBadText::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
first textline to fetch from npc
Definition at line 2631 of file adminmanager.h.
last textline to fetch
Definition at line 2632 of file adminmanager.h.