Class TTradeItemData
Unit
Declaration
type TTradeItemData = class(TInterfacedObject, ITradeItemData)
Description
Trade window item data
Hierarchy
- TInterfacedObject
- TTradeItemData
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); |
![]() |
class function Deserialize(Reader: TEoReader): TTradeItemData; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TTradeItemData; |
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 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.