Interface IAdminInteractTellServerPacket
Unit
Declaration
type IAdminInteractTellServerPacket = interface(IPacket)
Description
Admin character info lookup
Hierarchy
- IInterface
- IPacket
- IAdminInteractTellServerPacket
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 GetExp: Cardinal; |
![]() |
procedure SetExp(Exp: Cardinal); |
![]() |
function GetLevel: Cardinal; |
![]() |
procedure SetLevel(Level: Cardinal); |
![]() |
function GetMapId: Cardinal; |
![]() |
procedure SetMapId(MapId: Cardinal); |
![]() |
function GetMapCoords: IBigCoords; |
![]() |
procedure SetMapCoords(MapCoords: IBigCoords); |
![]() |
function GetStats: ICharacterStatsInfoLookup; |
![]() |
procedure SetStats(Stats: ICharacterStatsInfoLookup); |
![]() |
function GetWeight: IWeight; |
![]() |
procedure SetWeight(Weight: IWeight); |
![]() |
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 Exp: Cardinal read GetExp write SetExp; |
![]() |
property Level: Cardinal read GetLevel write SetLevel; |
![]() |
property MapId: Cardinal read GetMapId write SetMapId; |
![]() |
property MapCoords: IBigCoords read GetMapCoords write SetMapCoords; |
![]() |
property Stats: ICharacterStatsInfoLookup read GetStats write SetStats; |
![]() |
property Weight: IWeight read GetWeight write SetWeight; |
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 GetExp: Cardinal; |
This item has no description. |
![]() |
procedure SetExp(Exp: Cardinal); |
This item has no description. |
![]() |
function GetLevel: Cardinal; |
This item has no description. |
![]() |
procedure SetLevel(Level: Cardinal); |
This item has no description. |
![]() |
function GetMapId: Cardinal; |
This item has no description. |
![]() |
procedure SetMapId(MapId: Cardinal); |
This item has no description. |
![]() |
function GetMapCoords: IBigCoords; |
This item has no description. |
![]() |
procedure SetMapCoords(MapCoords: IBigCoords); |
This item has no description. |
![]() |
function GetStats: ICharacterStatsInfoLookup; |
This item has no description. |
![]() |
procedure SetStats(Stats: ICharacterStatsInfoLookup); |
This item has no description. |
![]() |
function GetWeight: IWeight; |
This item has no description. |
![]() |
procedure SetWeight(Weight: IWeight); |
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 Exp: Cardinal read GetExp write SetExp; |
|
![]() |
property Level: Cardinal read GetLevel write SetLevel; |
|
![]() |
property MapId: Cardinal read GetMapId write SetMapId; |
|
![]() |
property MapCoords: IBigCoords read GetMapCoords write SetMapCoords; |
This item has no description. |
![]() |
property Stats: ICharacterStatsInfoLookup read GetStats write SetStats; |
This item has no description. |
![]() |
property Weight: IWeight read GetWeight write SetWeight; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.