Interface IItemReplyServerPacket
Unit
Declaration
type IItemReplyServerPacket = interface(IPacket)
Description
Reply to using an item
Hierarchy
- IInterface
- IPacket
- IItemReplyServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemType: TItemType; |
|
procedure SetItemType(ItemType: TItemType); |
|
function GetUsedItem: IItem; |
|
procedure SetUsedItem(UsedItem: IItem); |
|
function GetWeight: IWeight; |
|
procedure SetWeight(Weight: IWeight); |
|
function GetItemTypeData: IItemReplyServerPacketItemTypeData; |
|
procedure SetItemTypeData(ItemTypeData: IItemReplyServerPacketItemTypeData); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemType: TItemType read GetItemType write SetItemType; |
|
property UsedItem: IItem read GetUsedItem write SetUsedItem; |
|
property Weight: IWeight read GetWeight write SetWeight; |
|
property ItemTypeData: IItemReplyServerPacketItemTypeData read GetItemTypeData write SetItemTypeData; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetItemType: TItemType; |
|
This item has no description. |
procedure SetItemType(ItemType: TItemType); |
|
This item has no description. |
function GetUsedItem: IItem; |
|
This item has no description. |
procedure SetUsedItem(UsedItem: IItem); |
|
This item has no description. |
function GetWeight: IWeight; |
|
This item has no description. |
procedure SetWeight(Weight: IWeight); |
|
This item has no description. |
function GetItemTypeData: IItemReplyServerPacketItemTypeData; |
|
This item has no description. |
procedure SetItemTypeData(ItemTypeData: IItemReplyServerPacketItemTypeData); |
|
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 ItemType: TItemType read GetItemType write SetItemType; |
|
This item has no description. |
property UsedItem: IItem read GetUsedItem write SetUsedItem; |
|
This item has no description. |
property Weight: IWeight read GetWeight write SetWeight; |
|
This item has no description. |
property ItemTypeData: IItemReplyServerPacketItemTypeData read GetItemTypeData write SetItemTypeData; |
|
Data associated with the |
Generated by PasDoc 0.16.0-snapshot.