Interface IShopTradeItem
Unit
Declaration
type IShopTradeItem = interface(IInterface)
Description
An item that a shop can buy or sell
Attributes
- GUID['{074A01CB-4F53-5AFA-9FE4-CE9A67AD9B4B}']
Hierarchy
- IInterface
- IShopTradeItem
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemId: Cardinal; |
|
procedure SetItemId(ItemId: Cardinal); |
|
function GetBuyPrice: Cardinal; |
|
procedure SetBuyPrice(BuyPrice: Cardinal); |
|
function GetSellPrice: Cardinal; |
|
procedure SetSellPrice(SellPrice: Cardinal); |
|
function GetMaxBuyAmount: Cardinal; |
|
procedure SetMaxBuyAmount(MaxBuyAmount: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemId: Cardinal read GetItemId write SetItemId; |
|
property BuyPrice: Cardinal read GetBuyPrice write SetBuyPrice; |
|
property SellPrice: Cardinal read GetSellPrice write SetSellPrice; |
|
property MaxBuyAmount: Cardinal read GetMaxBuyAmount write SetMaxBuyAmount; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetItemId: Cardinal; |
|
This item has no description. |
procedure SetItemId(ItemId: Cardinal); |
|
This item has no description. |
function GetBuyPrice: Cardinal; |
|
This item has no description. |
procedure SetBuyPrice(BuyPrice: Cardinal); |
|
This item has no description. |
function GetSellPrice: Cardinal; |
|
This item has no description. |
procedure SetSellPrice(SellPrice: Cardinal); |
|
This item has no description. |
function GetMaxBuyAmount: Cardinal; |
|
This item has no description. |
procedure SetMaxBuyAmount(MaxBuyAmount: Cardinal); |
|
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 ItemId: Cardinal read GetItemId write SetItemId; |
|
|
property BuyPrice: Cardinal read GetBuyPrice write SetBuyPrice; |
|
|
property SellPrice: Cardinal read GetSellPrice write SetSellPrice; |
|
|
property MaxBuyAmount: Cardinal read GetMaxBuyAmount write SetMaxBuyAmount; |
|
|
Generated by PasDoc 0.16.0-snapshot.