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

cPacketSpeech Class Reference

Send speech. More...

#include <packets.h>

Inheritance diagram for cPacketSpeech:

cServerPacket cPacket List of all members.

Public Methods

 cPacketSpeech ()
void send (NXWCLIENT ps)
 Send packet to client.

void send (cChar *pc)

Public Attributes

Serial obj
 from ( 0xFFFFFFFF=system message)

UI16 model
 item hex number | 0xFFFF=system

UI08 type
 text type

eCOLOR color
 text color

UI16 font
 text font

string name
 name of who speech ( 30 character )

string * msg
 message Null-Terminated Message (? = blockSize - 44)


Private Attributes

UI16 size

Detailed Description

Send speech.

Author:
Endymion
Since:
0.83
Note:
0x1C


Constructor & Destructor Documentation

cPacketSpeech::cPacketSpeech  
 


Member Function Documentation

void cPacketSpeech::send cChar   pc
 

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

eCOLOR cPacketSpeech::color
 

text color

UI16 cPacketSpeech::font
 

text font

UI16 cPacketSpeech::model
 

item hex number | 0xFFFF=system

string* cPacketSpeech::msg
 

message Null-Terminated Message (? = blockSize - 44)

string cPacketSpeech::name
 

name of who speech ( 30 character )

Serial cPacketSpeech::obj
 

from ( 0xFFFFFFFF=system message)

UI16 cPacketSpeech::size [private]
 

UI08 cPacketSpeech::type
 

text type


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