Class TShopCraftRecord
Unit
Declaration
type TShopCraftRecord = class(TInterfacedObject, IShopCraftRecord)
Description
Record of an item that can be crafted in a shop
Hierarchy
- TInterfacedObject
- TShopCraftRecord
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); |
![]() |
class function Deserialize(Reader: TEoReader): TShopCraftRecord; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TShopCraftRecord; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
