Interface IShopCraftIngredientRecord
Unit
Declaration
type IShopCraftIngredientRecord = interface(IInterface)
Description
Record of an ingredient for crafting an item in a shop
Attributes
- GUID['{FD48561D-83AD-5D9F-B836-C7D55EE56003}']
Hierarchy
- IInterface
- IShopCraftIngredientRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetItemId: Cardinal; |
![]() |
procedure _SetItemId(ItemId: Cardinal); |
![]() |
function _GetAmount: Cardinal; |
![]() |
procedure _SetAmount(Amount: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
| |
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.
