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.
