Interface IEquipmentMapInfo
Unit
Declaration
type IEquipmentMapInfo = interface(IInterface)
Description
Player equipment data. Sent with map information about a nearby character. Note that these values are graphic IDs.
Attributes
- GUID['{49086428-851B-5D37-B298-343166345DAF}']
Hierarchy
- IInterface
- IEquipmentMapInfo
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetBoots: Cardinal; |
|
procedure SetBoots(Boots: Cardinal); |
|
function GetArmor: Cardinal; |
|
procedure SetArmor(Armor: Cardinal); |
|
function GetHat: Cardinal; |
|
procedure SetHat(Hat: Cardinal); |
|
function GetShield: Cardinal; |
|
procedure SetShield(Shield: Cardinal); |
|
function GetWeapon: Cardinal; |
|
procedure SetWeapon(Weapon: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Boots: Cardinal read GetBoots write SetBoots; |
|
property Armor: Cardinal read GetArmor write SetArmor; |
|
property Hat: Cardinal read GetHat write SetHat; |
|
property Shield: Cardinal read GetShield write SetShield; |
|
property Weapon: Cardinal read GetWeapon write SetWeapon; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetBoots: Cardinal; |
|
This item has no description. |
procedure SetBoots(Boots: Cardinal); |
|
This item has no description. |
function GetArmor: Cardinal; |
|
This item has no description. |
procedure SetArmor(Armor: Cardinal); |
|
This item has no description. |
function GetHat: Cardinal; |
|
This item has no description. |
procedure SetHat(Hat: Cardinal); |
|
This item has no description. |
function GetShield: Cardinal; |
|
This item has no description. |
procedure SetShield(Shield: Cardinal); |
|
This item has no description. |
function GetWeapon: Cardinal; |
|
This item has no description. |
procedure SetWeapon(Weapon: Cardinal); |
|
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 Boots: Cardinal read GetBoots write SetBoots; |
|
|
property Armor: Cardinal read GetArmor write SetArmor; |
|
|
property Hat: Cardinal read GetHat write SetHat; |
|
|
property Shield: Cardinal read GetShield write SetShield; |
|
|
property Weapon: Cardinal read GetWeapon write SetWeapon; |
|
|
Generated by PasDoc 0.16.0-snapshot.