|
Planeshift
|
A request to start an exchange with your current target. More...
#include <messages.h>
Public Member Functions | |
| psExchangeRequestMsg (bool withPlayer) | |
| Request to start an exchange. | |
| psExchangeRequestMsg (MsgEntry *me) | |
| psExchangeRequestMsg (uint32_t client, csString &name, bool withPlayer) | |
| From the server to the client. | |
| PSF_DECLARE_MSG_FACTORY () | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Converts the message into human readable string. | |
Public Attributes | |
| csString | player |
| bool | withPlayer |
A request to start an exchange with your current target.
Definition at line 4643 of file messages.h.
| psExchangeRequestMsg::psExchangeRequestMsg | ( | bool | withPlayer | ) |
Request to start an exchange.
This is created on the client and is for the server.
| psExchangeRequestMsg::psExchangeRequestMsg | ( | uint32_t | client, |
| csString & | name, | ||
| bool | withPlayer | ||
| ) |
From the server to the client.
| psExchangeRequestMsg::psExchangeRequestMsg | ( | MsgEntry * | me | ) |
| psExchangeRequestMsg::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psExchangeRequestMsg::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
| csString psExchangeRequestMsg::player |
Definition at line 4667 of file messages.h.
Definition at line 4668 of file messages.h.
1.7.3