Interface ICharacterSecondaryStatsInfoLookup
Unit
Declaration
type ICharacterSecondaryStatsInfoLookup = interface(IInterface)
Description
The 5 secondary character stats. Sent with character info lookups.
Attributes
- GUID['{803CFEE3-39C0-5E35-839C-57A3F4913986}']
Hierarchy
- IInterface
- ICharacterSecondaryStatsInfoLookup
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); |
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
|
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.