Interface IAdminInteractListServerPacket

Unit

Declaration

type IAdminInteractListServerPacket = interface(IPacket)

Description

Admin character inventory popup

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetUsage: Cardinal;
Public procedure SetUsage(Usage: Cardinal);
Public function GetGoldBank: Cardinal;
Public procedure SetGoldBank(GoldBank: Cardinal);
Public function GetInventory: TArray<IItem>;
Public procedure SetInventory(Inventory: TArray<IItem>);
Public function GetBank: TArray<IThreeItem>;
Public procedure SetBank(Bank: TArray<IThreeItem>);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property Usage: Cardinal read GetUsage write SetUsage;
Public property GoldBank: Cardinal read GetGoldBank write SetGoldBank;
Public property Inventory: TArray<IItem> read GetInventory write SetInventory;
Public property Bank: TArray<IThreeItem> read GetBank write SetBank;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{E1A78941-2C78-501D-840A-76E41DD8F40A}']
Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function GetUsage: Cardinal;

This item has no description.

Public procedure SetUsage(Usage: Cardinal);

This item has no description.

Public function GetGoldBank: Cardinal;

This item has no description.

Public procedure SetGoldBank(GoldBank: Cardinal);

This item has no description.

Public function GetInventory: TArray<IItem>;

This item has no description.

Public procedure SetInventory(Inventory: TArray<IItem>);

This item has no description.

Public function GetBank: TArray<IThreeItem>;

This item has no description.

Public procedure SetBank(Bank: TArray<IThreeItem>);

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 IAdminInteractListServerPacket 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 Name: string read GetName write SetName;

This item has no description.

Public property Usage: Cardinal read GetUsage write SetUsage;

Note
Value range is 0–197815216

Public property GoldBank: Cardinal read GetGoldBank write SetGoldBank;

Note
Value range is 0–197815216

Public property Inventory: TArray<IItem> read GetInventory write SetInventory;

This item has no description.

Public property Bank: TArray<IThreeItem> read GetBank write SetBank;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.