Interface IEquipmentWelcome
Unit
Declaration
type IEquipmentWelcome = interface(IInterface)
Description
Player equipment data. Sent upon selecting a character and entering the game. Note that these values are item IDs.
Attributes
- GUID['{80C0B0FC-1CFC-5871-B706-CE8815E6A1A0}']
Hierarchy
- IInterface
- IEquipmentWelcome
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetBoots: Cardinal; |
![]() |
procedure _SetBoots(Boots: Cardinal); |
![]() |
function _GetGloves: Cardinal; |
![]() |
procedure _SetGloves(Gloves: Cardinal); |
![]() |
function _GetAccessory: Cardinal; |
![]() |
procedure _SetAccessory(Accessory: Cardinal); |
![]() |
function _GetArmor: Cardinal; |
![]() |
procedure _SetArmor(Armor: Cardinal); |
![]() |
function _GetBelt: Cardinal; |
![]() |
procedure _SetBelt(Belt: 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 Gloves: Cardinal read _GetGloves write _SetGloves; |
![]() |
property Accessory: Cardinal read _GetAccessory write _SetAccessory; |
![]() |
property Armor: Cardinal read _GetArmor write _SetArmor; |
![]() |
property Belt: Cardinal read _GetBelt write _SetBelt; |
![]() |
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 _GetGloves: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetGloves(Gloves: Cardinal); |
|
This item has no description. | |
![]() |
function _GetAccessory: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetAccessory(Accessory: Cardinal); |
|
This item has no description. | |
![]() |
function _GetArmor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetArmor(Armor: Cardinal); |
|
This item has no description. | |
![]() |
function _GetBelt: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetBelt(Belt: 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 Gloves: Cardinal read _GetGloves write _SetGloves; |
|
| |
![]() |
property Accessory: Cardinal read _GetAccessory write _SetAccessory; |
|
| |
![]() |
property Armor: Cardinal read _GetArmor write _SetArmor; |
|
| |
![]() |
property Belt: Cardinal read _GetBelt write _SetBelt; |
|
| |
![]() |
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.
