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.
