Planeshift
Public Member Functions | Public Attributes

psExchangeRequestMsg Class Reference

A request to start an exchange with your current target. More...

#include <messages.h>

List of all members.

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

Detailed Description

A request to start an exchange with your current target.

Definition at line 4643 of file messages.h.


Constructor & Destructor Documentation

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)

Member Function Documentation

psExchangeRequestMsg::PSF_DECLARE_MSG_FACTORY ( )
virtual csString psExchangeRequestMsg::ToString ( NetBase::AccessPointers accessPointers) [virtual]

Converts the message into human readable string.

Parameters:
accessPointersA struct to a number of access pointers.
Returns:
Return a human readable string for the message.

Implements psMessageCracker.


Member Data Documentation

Definition at line 4667 of file messages.h.

Definition at line 4668 of file messages.h.


The documentation for this class was generated from the following file: