|
Planeshift
|
Class to send a single arbitrary string to the client or server. More...
#include <messages.h>
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psSimpleStringMessage (MsgEntry *me) | |
| psSimpleStringMessage (uint32_t client, MSG_TYPES type, const char *string) | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Converts the message into human readable string. | |
Public Attributes | |
| csString | str |
Class to send a single arbitrary string to the client or server.
Definition at line 6035 of file messages.h.
| psSimpleStringMessage::psSimpleStringMessage | ( | uint32_t | client, |
| MSG_TYPES | type, | ||
| const char * | string | ||
| ) |
| psSimpleStringMessage::psSimpleStringMessage | ( | MsgEntry * | me | ) |
| psSimpleStringMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psSimpleStringMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [inline, virtual] |
Converts the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 6052 of file messages.h.
| csString psSimpleStringMessage::str |
Definition at line 6039 of file messages.h.
1.7.3