Interface IShopCreateServerPacket

Unit

Declaration

type IShopCreateServerPacket = interface(IPacket)

Description

Response to crafting an item from a shop

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCraftItemId: Cardinal;
Public procedure SetCraftItemId(CraftItemId: Cardinal);
Public function GetWeight: IWeight;
Public procedure SetWeight(Weight: IWeight);
Public function GetIngredients: TArray<IItem>;
Public procedure SetIngredients(Ingredients: TArray<IItem>);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property CraftItemId: Cardinal read GetCraftItemId write SetCraftItemId;
Public property Weight: IWeight read GetWeight write SetWeight;
Public property Ingredients: TArray<IItem> read GetIngredients write SetIngredients;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{017AE541-20AE-599E-A7BD-A9C7E41B1DB5}']
Public function GetCraftItemId: Cardinal;

This item has no description.

Public procedure SetCraftItemId(CraftItemId: Cardinal);

This item has no description.

Public function GetWeight: IWeight;

This item has no description.

Public procedure SetWeight(Weight: IWeight);

This item has no description.

Public function GetIngredients: TArray<IItem>;

This item has no description.

Public procedure SetIngredients(Ingredients: TArray<IItem>);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IShopCreateServerPacket 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 CraftItemId: Cardinal read GetCraftItemId write SetCraftItemId;

Note
Value range is 0-64008

Public property Weight: IWeight read GetWeight write SetWeight;

This item has no description.

Public property Ingredients: TArray<IItem> read GetIngredients write SetIngredients;

Note
Length must be 4


Generated by PasDoc 0.16.0-snapshot.