Class TEquipmentCharacterSelect
Unit
Declaration
type TEquipmentCharacterSelect = class(TInterfacedObject, IEquipmentCharacterSelect)
Description
Player equipment data. Sent with a character in the character selection list. Note that these values are graphic IDs.
Hierarchy
- TInterfacedObject
- TEquipmentCharacterSelect
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); |
|
class function Deserialize(Reader: TEoReader): TEquipmentCharacterSelect; |
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
|
class function Deserialize(Reader: TEoReader): TEquipmentCharacterSelect; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.