Interface ITradeItemData
Unit
Declaration
type ITradeItemData = interface(IInterface)
Description
Trade window item data
Attributes
- GUID['{4BA81351-AE03-5852-AA9E-3256D496E7BD}']
Hierarchy
- IInterface
- ITradeItemData
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPlayerId: Cardinal; |
|
procedure SetPlayerId(PlayerId: Cardinal); |
|
function GetItems: TArray<IItem>; |
|
procedure SetItems(Items: TArray<IItem>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
property Items: TArray<IItem> read GetItems write SetItems; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetPlayerId: Cardinal; |
|
This item has no description. |
procedure SetPlayerId(PlayerId: Cardinal); |
|
This item has no description. |
function GetItems: TArray<IItem>; |
|
This item has no description. |
procedure SetItems(Items: TArray<IItem>); |
|
This item has no description. |
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 PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
|
property Items: TArray<IItem> read GetItems write SetItems; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.