Interface IShopCraftIngredientRecord
Unit
Declaration
type IShopCraftIngredientRecord = interface(IInterface)
Description
Record of an ingredient for crafting an item in a shop
Attributes
- GUID['{FD48561D-83AD-5D9F-B836-C7D55EE56003}']
Hierarchy
- IInterface
- IShopCraftIngredientRecord
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemId: Cardinal; |
|
procedure SetItemId(ItemId: Cardinal); |
|
function GetAmount: Cardinal; |
|
procedure SetAmount(Amount: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemId: Cardinal read GetItemId write SetItemId; |
|
property Amount: Cardinal read GetAmount write SetAmount; |
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 GetAmount: Cardinal; |
|
This item has no description. |
procedure SetAmount(Amount: 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; |
|
Item ID of the craft ingredient, or 0 if the ingredient is not present
|
property Amount: Cardinal read GetAmount write SetAmount; |
|
|
Generated by PasDoc 0.16.0-snapshot.