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

cPacketContainer Class Reference

Items in Container. More...

#include <packets.h>

Inheritance diagram for cPacketContainer:

cServerPacket cPacket List of all members.

Public Methods

void send (NXWCLIENT ps)
 Send packet to client.

void send (cChar *pc)
 cPacketContainer ()

Public Attributes

vector< itemincont_stlist

Private Attributes

UI16 size
 packet size

UI16 n
 number of itemincont_st


Detailed Description

Items in Container.

Author:
Endymion
Since:
0.83
Note:
0x3C


Constructor & Destructor Documentation

cPacketContainer::cPacketContainer  
 


Member Function Documentation

void cPacketContainer::send cChar   pc
 

void cPacketContainer::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

vector<itemincont_st> cPacketContainer::list
 

UI16 cPacketContainer::n [private]
 

number of itemincont_st

UI16 cPacketContainer::size [private]
 

packet size


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