Interface IItemReplyServerPacket

Unit

Declaration

type IItemReplyServerPacket = interface(IPacket)

Description

Reply to using an item

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetItemType: TItemType;
Public procedure _SetItemType(ItemType: TItemType);
Public function _GetUsedItem: IItem;
Public procedure _SetUsedItem(UsedItem: IItem);
Public function _GetWeight: IWeight;
Public procedure _SetWeight(Weight: IWeight);
Public function _GetItemTypeData: IItemReplyServerPacketItemTypeData;
Public procedure _SetItemTypeData(ItemTypeData: IItemReplyServerPacketItemTypeData);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property ItemType: TItemType read _GetItemType write _SetItemType;
Public property UsedItem: IItem read _GetUsedItem write _SetUsedItem;
Public property Weight: IWeight read _GetWeight write _SetWeight;
Public property ItemTypeData: IItemReplyServerPacketItemTypeData read _GetItemTypeData write _SetItemTypeData;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{33138535-FB85-5710-A6A0-FA93E7C696D7}']
Public function _GetItemType: TItemType;

This item has no description.

Public procedure _SetItemType(ItemType: TItemType);

This item has no description.

Public function _GetUsedItem: IItem;

This item has no description.

Public procedure _SetUsedItem(UsedItem: IItem);

This item has no description.

Public function _GetWeight: IWeight;

This item has no description.

Public procedure _SetWeight(Weight: IWeight);

This item has no description.

Public function _GetItemTypeData: IItemReplyServerPacketItemTypeData;

This item has no description.

Public procedure _SetItemTypeData(ItemTypeData: IItemReplyServerPacketItemTypeData);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IItemReplyServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property ItemType: TItemType read _GetItemType write _SetItemType;

This item has no description.

Public property UsedItem: IItem read _GetUsedItem write _SetUsedItem;

This item has no description.

Public property Weight: IWeight read _GetWeight write _SetWeight;

This item has no description.

Public property ItemTypeData: IItemReplyServerPacketItemTypeData read _GetItemTypeData write _SetItemTypeData;

Data associated with the ItemType field.


Generated by PasDoc 0.16.0-snapshot.