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.
