Interface IAdminInteractListServerPacket
Unit
Declaration
type IAdminInteractListServerPacket = interface(IPacket)
Description
Admin character inventory popup
Hierarchy
- IInterface
- IPacket
- IAdminInteractListServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetUsage: Cardinal; |
|
procedure SetUsage(Usage: Cardinal); |
|
function GetGoldBank: Cardinal; |
|
procedure SetGoldBank(GoldBank: Cardinal); |
|
function GetInventory: TArray<IItem>; |
|
procedure SetInventory(Inventory: TArray<IItem>); |
|
function GetBank: TArray<IThreeItem>; |
|
procedure SetBank(Bank: TArray<IThreeItem>); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Name: string read GetName write SetName; |
|
property Usage: Cardinal read GetUsage write SetUsage; |
|
property GoldBank: Cardinal read GetGoldBank write SetGoldBank; |
|
property Inventory: TArray<IItem> read GetInventory write SetInventory; |
|
property Bank: TArray<IThreeItem> read GetBank write SetBank; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetName: string; |
|
This item has no description. |
procedure SetName(Name: string); |
|
This item has no description. |
function GetUsage: Cardinal; |
|
This item has no description. |
procedure SetUsage(Usage: Cardinal); |
|
This item has no description. |
function GetGoldBank: Cardinal; |
|
This item has no description. |
procedure SetGoldBank(GoldBank: Cardinal); |
|
This item has no description. |
function GetInventory: TArray<IItem>; |
|
This item has no description. |
procedure SetInventory(Inventory: TArray<IItem>); |
|
This item has no description. |
function GetBank: TArray<IThreeItem>; |
|
This item has no description. |
procedure SetBank(Bank: TArray<IThreeItem>); |
|
This item has no description. |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
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 Name: string read GetName write SetName; |
|
This item has no description. |
property Usage: Cardinal read GetUsage write SetUsage; |
|
|
property GoldBank: Cardinal read GetGoldBank write SetGoldBank; |
|
|
property Inventory: TArray<IItem> read GetInventory write SetInventory; |
|
This item has no description. |
property Bank: TArray<IThreeItem> read GetBank write SetBank; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.