Interface ICharacterSecondaryStats
Unit
Declaration
type ICharacterSecondaryStats = interface(IInterface)
Description
The 5 secondary character stats
Attributes
- GUID['{9BEBC8F8-E005-574D-877C-394357A5B47E}']
Hierarchy
- IInterface
- ICharacterSecondaryStats
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetMinDamage: Cardinal; |
![]() |
procedure SetMinDamage(MinDamage: Cardinal); |
![]() |
function GetMaxDamage: Cardinal; |
![]() |
procedure SetMaxDamage(MaxDamage: 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 MinDamage: Cardinal read GetMinDamage write SetMinDamage; |
![]() |
property MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage; |
![]() |
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 GetMinDamage: Cardinal; |
This item has no description. |
![]() |
procedure SetMinDamage(MinDamage: Cardinal); |
This item has no description. |
![]() |
function GetMaxDamage: Cardinal; |
This item has no description. |
![]() |
procedure SetMaxDamage(MaxDamage: 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 MinDamage: Cardinal read GetMinDamage write SetMinDamage; |
|
![]() |
property MaxDamage: Cardinal read GetMaxDamage write SetMaxDamage; |
|
![]() |
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.