Interface IEquipmentPaperdoll
Unit
Declaration
type IEquipmentPaperdoll = interface(IInterface)
Description
Player equipment data. Sent with information about a player's paperdoll. Note that these values are item IDs.
Attributes
- GUID['{9FABAE45-9488-5262-8BBA-151ACD0A4224}']
Hierarchy
- IInterface
- IEquipmentPaperdoll
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetBoots: Cardinal; |
|
procedure SetBoots(Boots: Cardinal); |
|
function GetAccessory: Cardinal; |
|
procedure SetAccessory(Accessory: Cardinal); |
|
function GetGloves: Cardinal; |
|
procedure SetGloves(Gloves: Cardinal); |
|
function GetBelt: Cardinal; |
|
procedure SetBelt(Belt: Cardinal); |
|
function GetArmor: Cardinal; |
|
procedure SetArmor(Armor: Cardinal); |
|
function GetNecklace: Cardinal; |
|
procedure SetNecklace(Necklace: Cardinal); |
|
function GetHat: Cardinal; |
|
procedure SetHat(Hat: Cardinal); |
|
function GetShield: Cardinal; |
|
procedure SetShield(Shield: Cardinal); |
|
function GetWeapon: Cardinal; |
|
procedure SetWeapon(Weapon: Cardinal); |
|
function GetRing: TArray<Cardinal>; |
|
procedure SetRing(Ring: TArray<Cardinal>); |
|
function GetArmlet: TArray<Cardinal>; |
|
procedure SetArmlet(Armlet: TArray<Cardinal>); |
|
function GetBracer: TArray<Cardinal>; |
|
procedure SetBracer(Bracer: TArray<Cardinal>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Boots: Cardinal read GetBoots write SetBoots; |
|
property Accessory: Cardinal read GetAccessory write SetAccessory; |
|
property Gloves: Cardinal read GetGloves write SetGloves; |
|
property Belt: Cardinal read GetBelt write SetBelt; |
|
property Armor: Cardinal read GetArmor write SetArmor; |
|
property Necklace: Cardinal read GetNecklace write SetNecklace; |
|
property Hat: Cardinal read GetHat write SetHat; |
|
property Shield: Cardinal read GetShield write SetShield; |
|
property Weapon: Cardinal read GetWeapon write SetWeapon; |
|
property Ring: TArray<Cardinal> read GetRing write SetRing; |
|
property Armlet: TArray<Cardinal> read GetArmlet write SetArmlet; |
|
property Bracer: TArray<Cardinal> read GetBracer write SetBracer; |
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 GetAccessory: Cardinal; |
|
This item has no description. |
procedure SetAccessory(Accessory: Cardinal); |
|
This item has no description. |
function GetGloves: Cardinal; |
|
This item has no description. |
procedure SetGloves(Gloves: Cardinal); |
|
This item has no description. |
function GetBelt: Cardinal; |
|
This item has no description. |
procedure SetBelt(Belt: Cardinal); |
|
This item has no description. |
function GetArmor: Cardinal; |
|
This item has no description. |
procedure SetArmor(Armor: Cardinal); |
|
This item has no description. |
function GetNecklace: Cardinal; |
|
This item has no description. |
procedure SetNecklace(Necklace: 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. |
function GetRing: TArray<Cardinal>; |
|
This item has no description. |
procedure SetRing(Ring: TArray<Cardinal>); |
|
This item has no description. |
function GetArmlet: TArray<Cardinal>; |
|
This item has no description. |
procedure SetArmlet(Armlet: TArray<Cardinal>); |
|
This item has no description. |
function GetBracer: TArray<Cardinal>; |
|
This item has no description. |
procedure SetBracer(Bracer: TArray<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 Accessory: Cardinal read GetAccessory write SetAccessory; |
|
|
property Gloves: Cardinal read GetGloves write SetGloves; |
|
|
property Belt: Cardinal read GetBelt write SetBelt; |
|
|
property Armor: Cardinal read GetArmor write SetArmor; |
|
|
property Necklace: Cardinal read GetNecklace write SetNecklace; |
|
|
property Hat: Cardinal read GetHat write SetHat; |
|
|
property Shield: Cardinal read GetShield write SetShield; |
|
|
property Weapon: Cardinal read GetWeapon write SetWeapon; |
|
|
property Ring: TArray<Cardinal> read GetRing write SetRing; |
|
|
property Armlet: TArray<Cardinal> read GetArmlet write SetArmlet; |
|
|
property Bracer: TArray<Cardinal> read GetBracer write SetBracer; |
|
|
Generated by PasDoc 0.16.0-snapshot.