Interface IItemDropClientPacket
Unit
Declaration
type IItemDropClientPacket = interface(IPacket)
Description
Dropping items on the ground
Hierarchy
- IInterface
- IPacket
- IItemDropClientPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetItem: IThreeItem; |
![]() |
procedure _SetItem(Item: IThreeItem); |
![]() |
function _GetCoords: IByteCoords; |
![]() |
procedure _SetCoords(Coords: IByteCoords); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Item: IThreeItem read _GetItem write _SetItem; |
![]() |
property Coords: IByteCoords read _GetCoords write _SetCoords; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetItem: IThreeItem; |
|
This item has no description. | |
![]() |
procedure _SetItem(Item: IThreeItem); |
|
This item has no description. | |
![]() |
function _GetCoords: IByteCoords; |
|
This item has no description. | |
![]() |
procedure _SetCoords(Coords: IByteCoords); |
|
This item has no description. | |
![]() |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property Item: IThreeItem read _GetItem write _SetItem; |
|
This item has no description. | |
![]() |
property Coords: IByteCoords read _GetCoords write _SetCoords; |
|
The official client sends 255 byte values for the coords if an item is dropped via the GUI button. 255 values here should be interpreted to mean "drop at current coords". Otherwise, the x and y fields contain encoded numbers that must be explicitly decoded to get the actual x and y values. | |
Generated by PasDoc 0.16.0-snapshot.
