|
Planeshift
|
#include <messages.h>
Public Types | |
| enum | Command { REQUEST, MERCHANT, CATEGORIES, CATEGORY, MONEY, ITEMS, BUY, SELL, VIEW, CANCEL } |
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psGUIMerchantMessage (uint32_t clientNum, uint8_t command, csString commandData) | |
| Constuct a new equipment message to go on the network. More... | |
| psGUIMerchantMessage (uint8_t command, csString commandData) | |
| psGUIMerchantMessage (MsgEntry *message) | |
| Crack this message off the network. More... | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Converts the message into human readable string. More... | |
Public Member Functions inherited from psMessageCracker | |
| 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 | |
| uint8_t | command |
| csString | commandData |
Public Attributes inherited from psMessageCracker | |
| int | filterNumber |
| csRef< MsgEntry > | msg |
| bool | valid |
Additional Inherited Members | |
Static Public Attributes inherited from psMessageCracker | |
| static MsgHandler * | msghandler |
GUI Exchange Message.
This message is used to manage the player exchange window. The client/server exchange manger will deal with these messages. GUI Merchant Message
This message is used to manage the player merchant window. The client/server NPC manger will deal with these messages.
Definition at line 2027 of file messages.h.
| Enumerator | |
|---|---|
| REQUEST | |
| MERCHANT | |
| CATEGORIES | |
| CATEGORY | |
| MONEY | |
| ITEMS | |
| BUY | |
| SELL | |
| VIEW | |
| CANCEL | |
Definition at line 2030 of file messages.h.
| psGUIMerchantMessage::psGUIMerchantMessage | ( | uint32_t | clientNum, |
| uint8_t | command, | ||
| csString | commandData | ||
| ) |
Constuct a new equipment message to go on the network.
This will build any of the GUI exchange message needed in a player item exchange.
| clientNum | Client destination. |
| command | One of REQUEST, EXCHANGE, INVENTORY, OFFERING or RECEIVING |
| commandData | XML string with command data |
| psGUIMerchantMessage::psGUIMerchantMessage | ( | uint8_t | command, |
| csString | commandData | ||
| ) |
| psGUIMerchantMessage::psGUIMerchantMessage | ( | MsgEntry * | message | ) |
Crack this message off the network.
| psGUIMerchantMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
|
virtual |
Converts the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
| uint8_t psGUIMerchantMessage::command |
Definition at line 2073 of file messages.h.
| csString psGUIMerchantMessage::commandData |
Definition at line 2074 of file messages.h.