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

Public Methods | |
| cPacketCharProfileReq () | |
| void | receive (NXWCLIENT PS) |
| Receive packet from client. | |
Public Attributes | |
| eBool | update |
| update | |
| eSERIAL | chr |
| character | |
| eUI16 | type |
| type (0x0001 – Update) | |
| wstring | profile |
| new profile, in unicode, not null terminated. | |
Private Attributes | |
| eUI16 | size |
| size | |
| eUI16 | len |
| # of unicode characters | |
|
|
|
|
|
Receive packet from client.
Reimplemented from cClientPacket. |
|
|
character
|
|
|
# of unicode characters
|
|
|
new profile, in unicode, not null terminated.
|
|
|
size
|
|
|
type (0x0001 – Update)
|
|
|
update
|