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.