Class TCharacterSecondaryStatsInfoLookup
Unit
Declaration
type TCharacterSecondaryStatsInfoLookup = class(TInterfacedObject, ICharacterSecondaryStatsInfoLookup)
Description
The 5 secondary character stats. Sent with character info lookups.
Hierarchy
- TInterfacedObject
- TCharacterSecondaryStatsInfoLookup
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetMaxDamage: Cardinal; |
|
procedure SetMaxDamage(MaxDamage: Cardinal); |
|
function GetMinDamage: Cardinal; |
|
procedure SetMinDamage(MinDamage: Cardinal); |
|
function GetAccuracy: Cardinal; |
|
procedure SetAccuracy(Accuracy: Cardinal); |
|
function GetEvade: Cardinal; |
|
procedure SetEvade(Evade: Cardinal); |
|
function GetArmor: Cardinal; |
|
procedure SetArmor(Armor: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TCharacterSecondaryStatsInfoLookup; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage; |
|
property MinDamage: Cardinal read GetMinDamage write SetMinDamage; |
|
property Accuracy: Cardinal read GetAccuracy write SetAccuracy; |
|
property Evade: Cardinal read GetEvade write SetEvade; |
|
property Armor: Cardinal read GetArmor write SetArmor; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetMaxDamage: Cardinal; |
|
This item has no description. |
procedure SetMaxDamage(MaxDamage: Cardinal); |
|
This item has no description. |
function GetMinDamage: Cardinal; |
|
This item has no description. |
procedure SetMinDamage(MinDamage: Cardinal); |
|
This item has no description. |
function GetAccuracy: Cardinal; |
|
This item has no description. |
procedure SetAccuracy(Accuracy: Cardinal); |
|
This item has no description. |
function GetEvade: Cardinal; |
|
This item has no description. |
procedure SetEvade(Evade: Cardinal); |
|
This item has no description. |
function GetArmor: Cardinal; |
|
This item has no description. |
procedure SetArmor(Armor: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TCharacterSecondaryStatsInfoLookup; |
|
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 MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage; |
|
|
property MinDamage: Cardinal read GetMinDamage write SetMinDamage; |
|
|
property Accuracy: Cardinal read GetAccuracy write SetAccuracy; |
|
|
property Evade: Cardinal read GetEvade write SetEvade; |
|
|
property Armor: Cardinal read GetArmor write SetArmor; |
|
|
Generated by PasDoc 0.16.0-snapshot.