Planeshift
|
Class for player/npc respawn update. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataUpdateRespawn () | |
Creates obj for specified command that updates a respawn point. | |
AdminCmdDataUpdateRespawn (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) | |
Creates obj for specified command that updates a respawn point. | |
virtual AdminCmdData * | CreateCmdData (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words) |
Parses the given message and stores its data. | |
virtual csString | GetHelpMessage () |
Retrieve help message for the command that fits to the data. | |
virtual | ~AdminCmdDataUpdateRespawn () |
Public Attributes | |
csString | place |
named place to respawn (currently 'here' or nothing) |
Class for player/npc respawn update.
Definition at line 827 of file adminmanager.h.
AdminCmdDataUpdateRespawn::AdminCmdDataUpdateRespawn | ( | ) | [inline] |
Creates obj for specified command that updates a respawn point.
Definition at line 834 of file adminmanager.h.
AdminCmdDataUpdateRespawn::AdminCmdDataUpdateRespawn | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) |
Creates obj for specified command that updates a respawn point.
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 AdminCmdDataUpdateRespawn::~AdminCmdDataUpdateRespawn | ( | ) | [inline, virtual] |
Definition at line 847 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataUpdateRespawn::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
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 |
Reimplemented from AdminCmdDataTarget.
virtual csString AdminCmdDataUpdateRespawn::GetHelpMessage | ( | ) | [virtual] |
Retrieve help message for the command that fits to the data.
Reimplemented from AdminCmdDataTarget.
csString AdminCmdDataUpdateRespawn::place |
named place to respawn (currently 'here' or nothing)
Definition at line 830 of file adminmanager.h.