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.
