Class TCharacterSecondaryStats
Unit
Declaration
type TCharacterSecondaryStats = class(TInterfacedObject, ICharacterSecondaryStats)
Description
The 5 secondary character stats
Hierarchy
- TInterfacedObject
- TCharacterSecondaryStats
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); |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterSecondaryStats; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterSecondaryStats; |
|
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 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.
