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.
