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.
