Class TShopCraftIngredientRecord
Unit
Declaration
type TShopCraftIngredientRecord = class(TInterfacedObject, IShopCraftIngredientRecord)
Description
Record of an ingredient for crafting an item in a shop
Hierarchy
- TInterfacedObject
- TShopCraftIngredientRecord
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetItemId: Cardinal; |
|
procedure SetItemId(ItemId: Cardinal); |
|
function GetAmount: Cardinal; |
|
procedure SetAmount(Amount: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TShopCraftIngredientRecord; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property ItemId: Cardinal read GetItemId write SetItemId; |
|
property Amount: Cardinal read GetAmount write SetAmount; |
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 GetAmount: Cardinal; |
|
This item has no description. |
procedure SetAmount(Amount: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TShopCraftIngredientRecord; |
|
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; |
|
Item ID of the craft ingredient, or 0 if the ingredient is not present
|
property Amount: Cardinal read GetAmount write SetAmount; |
|
|
Generated by PasDoc 0.16.0-snapshot.