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.
