Interface IItemJunkServerPacket

Unit

Declaration

type IItemJunkServerPacket = interface(IPacket)

Description

Reply to junking items

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetJunkedItem: IThreeItem;
Public procedure SetJunkedItem(JunkedItem: IThreeItem);
Public function GetRemainingAmount: Cardinal;
Public procedure SetRemainingAmount(RemainingAmount: Cardinal);
Public function GetWeight: IWeight;
Public procedure SetWeight(Weight: IWeight);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property JunkedItem: IThreeItem read GetJunkedItem write SetJunkedItem;
Public property RemainingAmount: Cardinal read GetRemainingAmount write SetRemainingAmount;
Public property Weight: IWeight read GetWeight write SetWeight;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{01A8D56F-7E76-5283-A909-1A422DCC50B3}']
Public function GetJunkedItem: IThreeItem;

This item has no description.

Public procedure SetJunkedItem(JunkedItem: IThreeItem);

This item has no description.

Public function GetRemainingAmount: Cardinal;

This item has no description.

Public procedure SetRemainingAmount(RemainingAmount: Cardinal);

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 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 IItemJunkServerPacket 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 JunkedItem: IThreeItem read GetJunkedItem write SetJunkedItem;

This item has no description.

Public property RemainingAmount: Cardinal read GetRemainingAmount write SetRemainingAmount;

Note
Value range is 0–197815216

Public property Weight: IWeight read GetWeight write SetWeight;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.