|
Pol
Revision:cb584c9
|
#include <packetdefs.h>
Inheritance diagram for Pol::Network::AddItemContainerMsg:Public Member Functions | |
| AddItemContainerMsg (u32 serial_ext, u16 graphic, u16 amount, u16 x, u16 y, u8 slotindex, u32 containerserial_ext, u16 color) | |
| virtual | ~AddItemContainerMsg () |
| virtual void | Send (Client *client) POL_OVERRIDE |
Public Member Functions inherited from Pol::Network::PktSender | |
| virtual | ~PktSender () |
Private Member Functions | |
| void | build () |
| void | buildLegacy () |
Private Attributes | |
| u16 | _amount |
| u16 | _color |
| u32 | _containerserial_ext |
| u16 | _graphic |
| PktHelper::PacketOut< PktOut_25 > | _p |
| PktHelper::PacketOut< PktOut_25 > | _p_old |
| u32 | _serial_ext |
| u8 | _slotindex |
| u16 | _x |
| u16 | _y |
Definition at line 79 of file packetdefs.h.
| Pol::Network::AddItemContainerMsg::AddItemContainerMsg | ( | u32 | serial_ext, |
| u16 | graphic, | ||
| u16 | amount, | ||
| u16 | x, | ||
| u16 | y, | ||
| u8 | slotindex, | ||
| u32 | containerserial_ext, | ||
| u16 | color | ||
| ) |
Definition at line 183 of file packetdefs.cpp.
|
inlinevirtual |
Definition at line 84 of file packetdefs.h.
References POL_OVERRIDE.
|
private |
Definition at line 211 of file packetdefs.cpp.
References _amount, _color, _containerserial_ext, _graphic, _p, _serial_ext, _slotindex, _x, and _y.
Referenced by Send().
|
private |
Definition at line 199 of file packetdefs.cpp.
References _amount, _color, _containerserial_ext, _graphic, _p_old, _serial_ext, _x, and _y.
Referenced by Send().
|
virtual |
Implements Pol::Network::PktSender.
Definition at line 225 of file packetdefs.cpp.
References _p, _p_old, build(), buildLegacy(), Pol::Network::Client::ClientType, and Pol::Network::CLIENTTYPE_6017.
Referenced by Pol::Core::send_put_in_container(), Pol::Core::send_put_in_container_to_inrange(), and Pol::Core::send_trade_container().
|
private |
Definition at line 92 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 97 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 96 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 91 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 99 of file packetdefs.h.
|
private |
Definition at line 98 of file packetdefs.h.
Referenced by buildLegacy(), and Send().
|
private |
Definition at line 90 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 95 of file packetdefs.h.
Referenced by build().
|
private |
Definition at line 93 of file packetdefs.h.
Referenced by build(), and buildLegacy().
|
private |
Definition at line 94 of file packetdefs.h.
Referenced by build(), and buildLegacy().