Interface IEquipmentChange
Unit
Declaration
type IEquipmentChange = interface(IInterface)
Description
Player equipment data. Sent when a player's visible equipment changes. Note that these values are graphic IDs.
Attributes
- GUID['{D17C1D2A-9DE2-5463-83F0-29C5114C18F2}']
Hierarchy
- IInterface
- IEquipmentChange
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 GetWeapon: Cardinal; |
![]() |
procedure SetWeapon(Weapon: Cardinal); |
![]() |
function GetShield: Cardinal; |
![]() |
procedure SetShield(Shield: 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 Weapon: Cardinal read GetWeapon write SetWeapon; |
![]() |
property Shield: Cardinal read GetShield write SetShield; |
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 GetWeapon: Cardinal; |
This item has no description. |
![]() |
procedure SetWeapon(Weapon: Cardinal); |
This item has no description. |
![]() |
function GetShield: Cardinal; |
This item has no description. |
![]() |
procedure SetShield(Shield: 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 Weapon: Cardinal read GetWeapon write SetWeapon; |
|
![]() |
property Shield: Cardinal read GetShield write SetShield; |
|
Generated by PasDoc 0.16.0-snapshot.