#include <packets.h>
Inheritance diagram for cPacketTalkRequest:

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 | |
|
|
|
|
|
Receive packet from client.
Reimplemented from cClientPacket. |
|
|
Text color.
|
|
|
Text font.
|
|
|
Message ( Null Terminated String ).
|
|
|
size of the packet
|
|
|
Text type.
|