Class TShopCraftItem
Unit
Declaration
type TShopCraftItem = class(TInterfacedObject, IShopCraftItem)
Description
An item that a shop can craft
Hierarchy
- TInterfacedObject
- TShopCraftItem
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); |
|
class function Deserialize(Reader: TEoReader): TShopCraftItem; |
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
|
class function Deserialize(Reader: TEoReader): TShopCraftItem; |
|
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<ICharItem> read GetIngredients write SetIngredients; |
|
|
Generated by PasDoc 0.16.0-snapshot.