Interface IShopCraftItem
Unit
Declaration
type IShopCraftItem = interface(IInterface)
Description
An item that a shop can craft
Attributes
- GUID['{9CB72AD0-6736-5DFE-BABE-8162FCDB60AB}']
Hierarchy
- IInterface
- IShopCraftItem
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemId: Cardinal; |
|
procedure SetItemId(ItemId: Cardinal); |
|
function GetIngredients: TArray<ICharItem>; |
|
procedure SetIngredients(Ingredients: TArray<ICharItem>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemId: Cardinal read GetItemId write SetItemId; |
|
property Ingredients: TArray<ICharItem> 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<ICharItem>; |
|
This item has no description. |
procedure SetIngredients(Ingredients: TArray<ICharItem>); |
|
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<ICharItem> read GetIngredients write SetIngredients; |
|
|
Generated by PasDoc 0.16.0-snapshot.