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

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetItemId: Cardinal;
Public procedure SetItemId(ItemId: Cardinal);
Public function GetAmount: Cardinal;
Public procedure SetAmount(Amount: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property ItemId: Cardinal read GetItemId write SetItemId;
Public property Amount: Cardinal read GetAmount write SetAmount;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetItemId: Cardinal;

This item has no description.

Public procedure SetItemId(ItemId: Cardinal);

This item has no description.

Public function GetAmount: Cardinal;

This item has no description.

Public procedure SetAmount(Amount: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IShopCraftIngredientRecord object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property ItemId: Cardinal read GetItemId write SetItemId;

Item ID of the craft ingredient, or 0 if the ingredient is not present

Note
Value range is 0-64008

Public property Amount: Cardinal read GetAmount write SetAmount;

Note
Value range is 0-252


Generated by PasDoc 0.16.0-snapshot.