Interface IEquipmentCharacterSelect
Unit
Declaration
type IEquipmentCharacterSelect = interface(IInterface)
Description
Player equipment data. Sent with a character in the character selection list. Note that these values are graphic IDs.
Attributes
- GUID['{24205348-3B45-5E69-832F-B654FAB07B95}']
Hierarchy
- IInterface
- IEquipmentCharacterSelect
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.