Planeshift
Public Member Functions | Public Attributes

psBuyEvent Class Reference

#include <events.h>

List of all members.

Public Member Functions

 psBuyEvent (PID from, const char *fromName, PID to, const char *toName, unsigned int item, const char *itemName, int stack, int quality, unsigned int price)
 psBuyEvent (MsgEntry *event)
 PSF_DECLARE_MSG_FACTORY ()
virtual csString ToString (NetBase::AccessPointers *accessPointers)
 Convert the message into human readable string.

Public Attributes

csRef< TransactionEntitytrans
 Contains informations about the specific event and will be taken in ownership by the economymanager for accounting.

Detailed Description

Definition at line 132 of file events.h.


Constructor & Destructor Documentation

psBuyEvent::psBuyEvent ( PID  from,
const char *  fromName,
PID  to,
const char *  toName,
unsigned int  item,
const char *  itemName,
int  stack,
int  quality,
unsigned int  price 
)
psBuyEvent::psBuyEvent ( MsgEntry event)

Member Function Documentation

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

Convert 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

Contains informations about the specific event and will be taken in ownership by the economymanager for accounting.

They will all be freed after a certain amount of time.

Definition at line 151 of file events.h.


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