Interface IShopCraftRecord
Unit
Declaration
type IShopCraftRecord = interface(IInterface)
Description
Record of an item that can be crafted in a shop
Attributes
- GUID['{8B47B918-A2C5-54CB-8DAA-2D079D9D65AC}']
Hierarchy
- IInterface
- IShopCraftRecord
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemId: Cardinal; |
|
procedure SetItemId(ItemId: Cardinal); |
|
function GetIngredients: TArray<IShopCraftIngredientRecord>; |
|
procedure SetIngredients(Ingredients: TArray<IShopCraftIngredientRecord>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemId: Cardinal read GetItemId write SetItemId; |
|
property Ingredients: TArray<IShopCraftIngredientRecord> read GetIngredients write SetIngredients; |
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 GetIngredients: TArray<IShopCraftIngredientRecord>; |
|
This item has no description. |
procedure SetIngredients(Ingredients: TArray<IShopCraftIngredientRecord>); |
|
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 Ingredients: TArray<IShopCraftIngredientRecord> read GetIngredients write SetIngredients; |
|
|
Generated by PasDoc 0.16.0-snapshot.