Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cPacketBuy Class Reference

Buy Item(s). More...

#include <packets.h>

Inheritance diagram for cPacketBuy:

cServerPacket cPacket List of all members.

Public Methods

void send (NXWCLIENT ps)
 Send packet to client.

void send (cChar *pc)
 cPacketBuy ()

Public Attributes

Serial vendor
 serial of vendor

vector< buyitem_stlist

Private Attributes

UI16 size
 packet size

UI08 flag
 flag ( 0=no items following, 2=items following ) 1=onlyoneitem?


Detailed Description

Buy Item(s).

Author:
Endymion
Since:
0.83a
Note:
0x3B


Constructor & Destructor Documentation

cPacketBuy::cPacketBuy  
 


Member Function Documentation

void cPacketBuy::send cChar   pc
 

void cPacketBuy::send NXWCLIENT    ps [virtual]
 

Send packet to client.

Author:
Endymion, rewritten by Luxor
Since:
0.83a
Parameters:
ps  the client who send to

Reimplemented from cServerPacket.


Member Data Documentation

UI08 cPacketBuy::flag [private]
 

flag ( 0=no items following, 2=items following ) 1=onlyoneitem?

vector<buyitem_st> cPacketBuy::list
 

UI16 cPacketBuy::size [private]
 

packet size

Serial cPacketBuy::vendor
 

serial of vendor


The documentation for this class was generated from the following files: SourceForge.net Logo