Class TAdminInteractListServerPacket
Unit
Declaration
type TAdminInteractListServerPacket = class(TInterfacedObject, IPacket, IAdminInteractListServerPacket)
Description
Admin character inventory popup
Hierarchy
- TInterfacedObject
- TAdminInteractListServerPacket
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); |
|
class function PacketFamily: TPacketFamily; |
|
class function PacketAction: TPacketAction; |
|
class function Deserialize(Reader: TEoReader): TAdminInteractListServerPacket; |
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. |
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
|
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
class function Deserialize(Reader: TEoReader): TAdminInteractListServerPacket; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.