Class TCharacterStatsInfoLookup
Unit
Declaration
type TCharacterStatsInfoLookup = class(TInterfacedObject, ICharacterStatsInfoLookup)
Description
Character stats data. Sent with character info lookups.
Hierarchy
- TInterfacedObject
- TCharacterStatsInfoLookup
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetHp: Cardinal; |
|
procedure SetHp(Hp: Cardinal); |
|
function GetMaxHp: Cardinal; |
|
procedure SetMaxHp(MaxHp: Cardinal); |
|
function GetTp: Cardinal; |
|
procedure SetTp(Tp: Cardinal); |
|
function GetMaxTp: Cardinal; |
|
procedure SetMaxTp(MaxTp: Cardinal); |
|
function GetBaseStats: ICharacterBaseStats; |
|
procedure SetBaseStats(BaseStats: ICharacterBaseStats); |
|
function GetSecondaryStats: ICharacterSecondaryStatsInfoLookup; |
|
procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup); |
|
function GetElementalStats: ICharacterElementalStats; |
|
procedure SetElementalStats(ElementalStats: ICharacterElementalStats); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TCharacterStatsInfoLookup; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Hp: Cardinal read GetHp write SetHp; |
|
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
property Tp: Cardinal read GetTp write SetTp; |
|
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
|
property SecondaryStats: ICharacterSecondaryStatsInfoLookup read GetSecondaryStats write SetSecondaryStats; |
|
property ElementalStats: ICharacterElementalStats read GetElementalStats write SetElementalStats; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetHp: Cardinal; |
|
This item has no description. |
procedure SetHp(Hp: Cardinal); |
|
This item has no description. |
function GetMaxHp: Cardinal; |
|
This item has no description. |
procedure SetMaxHp(MaxHp: Cardinal); |
|
This item has no description. |
function GetTp: Cardinal; |
|
This item has no description. |
procedure SetTp(Tp: Cardinal); |
|
This item has no description. |
function GetMaxTp: Cardinal; |
|
This item has no description. |
procedure SetMaxTp(MaxTp: Cardinal); |
|
This item has no description. |
function GetBaseStats: ICharacterBaseStats; |
|
This item has no description. |
procedure SetBaseStats(BaseStats: ICharacterBaseStats); |
|
This item has no description. |
function GetSecondaryStats: ICharacterSecondaryStatsInfoLookup; |
|
This item has no description. |
procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup); |
|
This item has no description. |
function GetElementalStats: ICharacterElementalStats; |
|
This item has no description. |
procedure SetElementalStats(ElementalStats: ICharacterElementalStats); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TCharacterStatsInfoLookup; |
|
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 Hp: Cardinal read GetHp write SetHp; |
|
|
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
|
property Tp: Cardinal read GetTp write SetTp; |
|
|
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
|
property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
|
This item has no description. |
property SecondaryStats: ICharacterSecondaryStatsInfoLookup read GetSecondaryStats write SetSecondaryStats; |
|
This item has no description. |
property ElementalStats: ICharacterElementalStats read GetElementalStats write SetElementalStats; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.