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.
