|
Planeshift
|
Class for setting item names and descriptions. More...
#include <adminmanager.h>
Public Member Functions | |
| AdminCmdDataSetItem () | |
| Creates obj for specified command changing item name/description. | |
| AdminCmdDataSetItem (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 item naming. | |
| virtual csString | GetHelpMessage () |
| Returns a helpmessage that fits to the parser of the class. | |
| virtual | ~AdminCmdDataSetItem () |
Public Attributes | |
| csString | description |
| description for the item | |
| csString | name |
| name for the item | |
Class for setting item names and descriptions.
Definition at line 2800 of file adminmanager.h.
| AdminCmdDataSetItem::AdminCmdDataSetItem | ( | ) | [inline] |
Creates obj for specified command changing item name/description.
Definition at line 2808 of file adminmanager.h.
| AdminCmdDataSetItem::AdminCmdDataSetItem | ( | 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 AdminCmdDataSetItem::~AdminCmdDataSetItem | ( | ) | [inline, virtual] |
Definition at line 2821 of file adminmanager.h.
| virtual AdminCmdData* AdminCmdDataSetItem::CreateCmdData | ( | AdminManager * | msgManager, |
| MsgEntry * | me, | ||
| psAdminCmdMessage & | msg, | ||
| Client * | client, | ||
| WordArray & | words | ||
| ) | [virtual] |
Creates an object containing the parsed data for item naming.
| 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 AdminCmdDataSetItem::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdDataTarget.
| csString AdminCmdDataSetItem::description |
description for the item
Definition at line 2804 of file adminmanager.h.
| csString AdminCmdDataSetItem::name |
name for the item
Definition at line 2803 of file adminmanager.h.
1.7.3