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

cPacketTalkRequest Class Reference

User is talking. More...

#include <packets.h>

Inheritance diagram for cPacketTalkRequest:

cClientPacket cPacket List of all members.

Public Methods

 cPacketTalkRequest ()
void receive (NXWCLIENT ps)
 Receive packet from client.


Public Attributes

UI08 type
 Text type.

eCOLOR color
 Text color.

UI16 font
 Text font.

string msg
 Message ( Null Terminated String ).


Private Attributes

UI16 size
 size of the packet


Detailed Description

User is talking.

Author:
Endymion
Since:
0.83a
Note:
0x03


Constructor & Destructor Documentation

cPacketTalkRequest::cPacketTalkRequest  
 


Member Function Documentation

void cPacketTalkRequest::receive NXWCLIENT    ps [virtual]
 

Receive packet from client.

Author:
Endymion
Since:
0.83a
Parameters:
ps  the client who send this packet
Attention:
NOT WRITE THE CMD, it's read before

Reimplemented from cClientPacket.


Member Data Documentation

eCOLOR cPacketTalkRequest::color
 

Text color.

UI16 cPacketTalkRequest::font
 

Text font.

string cPacketTalkRequest::msg
 

Message ( Null Terminated String ).

UI16 cPacketTalkRequest::size [private]
 

size of the packet

UI08 cPacketTalkRequest::type
 

Text type.


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