Interface IShopSoldItem

Unit

Declaration

type IShopSoldItem = interface(IInterface)

Description

A sold item when selling an item to a shop

Attributes
GUID['{C03B8D5C-4737-54E7-8DC9-A6A5E8BC7E1A}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetAmount: Cardinal;
Public procedure SetAmount(Amount: Cardinal);
Public function GetId: Cardinal;
Public procedure SetId(Id: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Amount: Cardinal read GetAmount write SetAmount;
Public property Id: Cardinal read GetId write SetId;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetAmount: Cardinal;

This item has no description.

Public procedure SetAmount(Amount: Cardinal);

This item has no description.

Public function GetId: Cardinal;

This item has no description.

Public procedure SetId(Id: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IShopSoldItem 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 Amount: Cardinal read GetAmount write SetAmount;

Note
Value range is 0–197815216

Public property Id: Cardinal read GetId write SetId;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.