Interface IItemKickServerPacket
Unit
Declaration
type IItemKickServerPacket = interface(IPacket)
Description
Lose item (from quest)
Hierarchy
- IInterface
- IPacket
- IItemKickServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetItem: IItem; |
![]() |
procedure SetItem(Item: IItem); |
![]() |
function GetCurrentWeight: Cardinal; |
![]() |
procedure SetCurrentWeight(CurrentWeight: Cardinal); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Item: IItem read GetItem write SetItem; |
![]() |
property CurrentWeight: Cardinal read GetCurrentWeight write SetCurrentWeight; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetItem: IItem; |
This item has no description. |
![]() |
procedure SetItem(Item: IItem); |
This item has no description. |
![]() |
function GetCurrentWeight: Cardinal; |
This item has no description. |
![]() |
procedure SetCurrentWeight(CurrentWeight: Cardinal); |
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: IItem read GetItem write SetItem; |
This item has no description. |
![]() |
property CurrentWeight: Cardinal read GetCurrentWeight write SetCurrentWeight; |
|
Generated by PasDoc 0.16.0-snapshot.