Class TItemReplyServerPacket
Unit
Declaration
type TItemReplyServerPacket = class(TInterfacedObject, IPacket, IItemReplyServerPacket)
Description
Reply to using an item
Hierarchy
- TInterfacedObject
- TItemReplyServerPacket
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); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacket; |
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. |
![]() |
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
|
![]() |
class function PacketFamily: TPacketFamily; |
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
![]() |
class function PacketAction: TPacketAction; |
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacket; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.