Planeshift
|
#include <messages.h>
Public Member Functions | |
psExchangeMoneyMsg (uint32_t client, int container, int trias, int hexas, int circles, int octas) | |
psExchangeMoneyMsg (MsgEntry *me) | |
PSF_DECLARE_MSG_FACTORY () | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Converts the message into human readable string. More... | |
![]() | |
void | FireEvent () |
Publishes the message to the local program. More... | |
virtual csString | GetMessageTypeName () const =0 |
Gets the name of the message type. More... | |
void | Multicast (csArray< PublishDestination > &multi, uint32_t except, float range) |
Multicasts the message to all current connections. More... | |
psMessageCracker () | |
void | SendMessage () |
Sends the message to the client/server. More... | |
virtual | ~psMessageCracker () |
Public Attributes | |
int | circles |
int | container |
int | hexas |
int | octas |
int | trias |
![]() | |
int | filterNumber |
csRef< MsgEntry > | msg |
bool | valid |
Additional Inherited Members | |
![]() | |
static MsgHandler * | msghandler |
Definition at line 4618 of file messages.h.
psExchangeMoneyMsg::psExchangeMoneyMsg | ( | uint32_t | client, |
int | container, | ||
int | trias, | ||
int | hexas, | ||
int | circles, | ||
int | octas | ||
) |
psExchangeMoneyMsg::psExchangeMoneyMsg | ( | MsgEntry * | me | ) |
psExchangeMoneyMsg::PSF_DECLARE_MSG_FACTORY | ( | ) |
|
virtual |
Converts the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
int psExchangeMoneyMsg::circles |
Definition at line 4641 of file messages.h.
int psExchangeMoneyMsg::container |
Definition at line 4636 of file messages.h.
int psExchangeMoneyMsg::hexas |
Definition at line 4640 of file messages.h.
int psExchangeMoneyMsg::octas |
Definition at line 4639 of file messages.h.
int psExchangeMoneyMsg::trias |
Definition at line 4638 of file messages.h.