Planeshift
|
Class for sending sequenced test message. More...
#include <adminmanager.h>
Public Member Functions | |
AdminCmdDataRndMsgTest () | |
Creates obj for specified command sending test message. | |
AdminCmdDataRndMsgTest (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 the parsed data for the test message. | |
virtual csString | GetHelpMessage () |
Returns a helpmessage that fits to the parser of the class. | |
virtual | ~AdminCmdDataRndMsgTest () |
Public Attributes | |
bool | sequential |
true is for sending messages in sequende, otherwise randomly | |
csString | text |
msg to test send |
Class for sending sequenced test message.
Definition at line 3173 of file adminmanager.h.
AdminCmdDataRndMsgTest::AdminCmdDataRndMsgTest | ( | ) | [inline] |
Creates obj for specified command sending test message.
Definition at line 3181 of file adminmanager.h.
AdminCmdDataRndMsgTest::AdminCmdDataRndMsgTest | ( | 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 AdminCmdDataRndMsgTest::~AdminCmdDataRndMsgTest | ( | ) | [inline, virtual] |
Definition at line 3194 of file adminmanager.h.
virtual AdminCmdData* AdminCmdDataRndMsgTest::CreateCmdData | ( | AdminManager * | msgManager, |
MsgEntry * | me, | ||
psAdminCmdMessage & | msg, | ||
Client * | client, | ||
WordArray & | words | ||
) | [virtual] |
Creates an object the parsed data for the test message.
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 AdminCmdData.
virtual csString AdminCmdDataRndMsgTest::GetHelpMessage | ( | ) | [virtual] |
Returns a helpmessage that fits to the parser of the class.
Reimplemented from AdminCmdData.
true is for sending messages in sequende, otherwise randomly
Definition at line 3177 of file adminmanager.h.
csString AdminCmdDataRndMsgTest::text |
msg to test send
Definition at line 3176 of file adminmanager.h.