#include <packets.h>
Inheritance diagram for cPacketIconListMenu:
Public Methods | |
| cPacketIconListMenu () | |
| void | send (NXWCLIENT ps) |
| Send packet to client. | |
| void | send (cChar *pc) |
Public Attributes | |
| eSERIAL | serial |
| the serial | |
| eUI16 | id |
| the gump | |
| std::string | question |
| question text | |
| std::vector< pkg_icon_list_menu_st > * | icons |
| icons | |
Private Attributes | |
| eUI16 | size |
| eUI08 | question_length |
| question length | |
| eUI08 | icon_count |
| icon number | |
|
|
|
|
|
|
|
|
Send packet to client.
Reimplemented from cServerPacket. |
|
|
icon number
|
|
|
icons
|
|
|
the gump
|
|
|
question text
|
|
|
question length
|
|
|
the serial
|
|
|
|