|
Planeshift
|
Server command message is for using npcclient as a remote command and debugging console for psserver. More...
#include <npcmessages.h>
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psServerCommandMessage (MsgEntry *message) | |
| Crack incoming psMessageBytes struct for inbound use. | |
| psServerCommandMessage (uint32_t clientToken, const char *target) | |
| Create psMessageBytes struct for outbound use. | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Convert the message into human readable string. | |
Public Attributes | |
| psString | command |
Server command message is for using npcclient as a remote command and debugging console for psserver.
Definition at line 463 of file npcmessages.h.
| psServerCommandMessage::psServerCommandMessage | ( | uint32_t | clientToken, |
| const char * | target | ||
| ) |
Create psMessageBytes struct for outbound use.
| psServerCommandMessage::psServerCommandMessage | ( | MsgEntry * | message | ) |
Crack incoming psMessageBytes struct for inbound use.
| psServerCommandMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psServerCommandMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Convert the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 467 of file npcmessages.h.
1.7.3