Interface ITradeItemData

Unit

Declaration

type ITradeItemData = interface(IInterface)

Description

Trade window item data

Attributes
GUID['{4BA81351-AE03-5852-AA9E-3256D496E7BD}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetPlayerId: Cardinal;
Public procedure _SetPlayerId(PlayerId: Cardinal);
Public function _GetItems: TArray<IItem>;
Public procedure _SetItems(Items: TArray<IItem>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId;
Public property Items: TArray<IItem> read _GetItems write _SetItems;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetPlayerId: Cardinal;

This item has no description.

Public procedure _SetPlayerId(PlayerId: Cardinal);

This item has no description.

Public function _GetItems: TArray<IItem>;

This item has no description.

Public procedure _SetItems(Items: TArray<IItem>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this ITradeItemData 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 PlayerId: Cardinal read _GetPlayerId write _SetPlayerId;

Note
Value range is 0-64008

Public property Items: TArray<IItem> read _GetItems write _SetItems;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.