Interface ICharacterMapInfo
Unit
Declaration
type ICharacterMapInfo = interface(IInterface)
Description
Information about a nearby character. The official client skips these if they're under 42 bytes in length.
Attributes
- GUID['{1020E4F4-7E7B-5380-B713-9C782165A5C9}']
Hierarchy
- IInterface
- ICharacterMapInfo
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetMapId: Cardinal; |
![]() |
procedure _SetMapId(MapId: Cardinal); |
![]() |
function _GetCoords: IBigCoords; |
![]() |
procedure _SetCoords(Coords: IBigCoords); |
![]() |
function _GetDirection: TDirection; |
![]() |
procedure _SetDirection(Direction: TDirection); |
![]() |
function _GetClassId: Cardinal; |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
![]() |
function _GetGuildTag: string; |
![]() |
procedure _SetGuildTag(GuildTag: string); |
![]() |
function _GetLevel: Cardinal; |
![]() |
procedure _SetLevel(Level: Cardinal); |
![]() |
function _GetGender: TGender; |
![]() |
procedure _SetGender(Gender: TGender); |
![]() |
function _GetHairStyle: Cardinal; |
![]() |
procedure _SetHairStyle(HairStyle: Cardinal); |
![]() |
function _GetHairColor: Cardinal; |
![]() |
procedure _SetHairColor(HairColor: Cardinal); |
![]() |
function _GetSkin: Cardinal; |
![]() |
procedure _SetSkin(Skin: Cardinal); |
![]() |
function _GetMaxHp: Cardinal; |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
![]() |
function _GetHp: Cardinal; |
![]() |
procedure _SetHp(Hp: Cardinal); |
![]() |
function _GetMaxTp: Cardinal; |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
function _GetEquipment: IEquipmentMapInfo; |
![]() |
procedure _SetEquipment(Equipment: IEquipmentMapInfo); |
![]() |
function _GetSitState: TSitState; |
![]() |
procedure _SetSitState(SitState: TSitState); |
![]() |
function _GetInvisible: Boolean; |
![]() |
procedure _SetInvisible(Invisible: Boolean); |
![]() |
function _GetWarpEffect: TOptional<TWarpEffect>; |
![]() |
procedure _SetWarpEffect(WarpEffect: TOptional<TWarpEffect>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property MapId: Cardinal read _GetMapId write _SetMapId; |
![]() |
property Coords: IBigCoords read _GetCoords write _SetCoords; |
![]() |
property Direction: TDirection read _GetDirection write _SetDirection; |
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
![]() |
property GuildTag: string read _GetGuildTag write _SetGuildTag; |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
![]() |
property Gender: TGender read _GetGender write _SetGender; |
![]() |
property HairStyle: Cardinal read _GetHairStyle write _SetHairStyle; |
![]() |
property HairColor: Cardinal read _GetHairColor write _SetHairColor; |
![]() |
property Skin: Cardinal read _GetSkin write _SetSkin; |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
![]() |
property Equipment: IEquipmentMapInfo read _GetEquipment write _SetEquipment; |
![]() |
property SitState: TSitState read _GetSitState write _SetSitState; |
![]() |
property Invisible: Boolean read _GetInvisible write _SetInvisible; |
![]() |
property WarpEffect: TOptional<TWarpEffect> read _GetWarpEffect write _SetWarpEffect; |
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 _GetPlayerId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMapId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMapId(MapId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetCoords: IBigCoords; |
|
This item has no description. | |
![]() |
procedure _SetCoords(Coords: IBigCoords); |
|
This item has no description. | |
![]() |
function _GetDirection: TDirection; |
|
This item has no description. | |
![]() |
procedure _SetDirection(Direction: TDirection); |
|
This item has no description. | |
![]() |
function _GetClassId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetGuildTag: string; |
|
This item has no description. | |
![]() |
procedure _SetGuildTag(GuildTag: string); |
|
This item has no description. | |
![]() |
function _GetLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLevel(Level: Cardinal); |
|
This item has no description. | |
![]() |
function _GetGender: TGender; |
|
This item has no description. | |
![]() |
procedure _SetGender(Gender: TGender); |
|
This item has no description. | |
![]() |
function _GetHairStyle: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHairStyle(HairStyle: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHairColor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHairColor(HairColor: Cardinal); |
|
This item has no description. | |
![]() |
function _GetSkin: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSkin(Skin: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHp(Hp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetEquipment: IEquipmentMapInfo; |
|
This item has no description. | |
![]() |
procedure _SetEquipment(Equipment: IEquipmentMapInfo); |
|
This item has no description. | |
![]() |
function _GetSitState: TSitState; |
|
This item has no description. | |
![]() |
procedure _SetSitState(SitState: TSitState); |
|
This item has no description. | |
![]() |
function _GetInvisible: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetInvisible(Invisible: Boolean); |
|
This item has no description. | |
![]() |
function _GetWarpEffect: TOptional<TWarpEffect>; |
|
This item has no description. | |
![]() |
procedure _SetWarpEffect(WarpEffect: TOptional<TWarpEffect>); |
|
This item has no description. | |
![]() |
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 PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
|
| |
![]() |
property MapId: Cardinal read _GetMapId write _SetMapId; |
|
| |
![]() |
property Coords: IBigCoords read _GetCoords write _SetCoords; |
|
This item has no description. | |
![]() |
property Direction: TDirection read _GetDirection write _SetDirection; |
|
This item has no description. | |
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
|
| |
![]() |
property GuildTag: string read _GetGuildTag write _SetGuildTag; |
|
| |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
|
| |
![]() |
property Gender: TGender read _GetGender write _SetGender; |
|
This item has no description. | |
![]() |
property HairStyle: Cardinal read _GetHairStyle write _SetHairStyle; |
|
| |
![]() |
property HairColor: Cardinal read _GetHairColor write _SetHairColor; |
|
| |
![]() |
property Skin: Cardinal read _GetSkin write _SetSkin; |
|
| |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
|
| |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
|
| |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
|
| |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
| |
![]() |
property Equipment: IEquipmentMapInfo read _GetEquipment write _SetEquipment; |
|
This item has no description. | |
![]() |
property SitState: TSitState read _GetSitState write _SetSitState; |
|
This item has no description. | |
![]() |
property Invisible: Boolean read _GetInvisible write _SetInvisible; |
|
This item has no description. | |
![]() |
property WarpEffect: TOptional<TWarpEffect> read _GetWarpEffect write _SetWarpEffect; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
