Class TCharacterStatsEquipmentChange
Unit
Declaration
type TCharacterStatsEquipmentChange = class(TInterfacedObject, ICharacterStatsEquipmentChange)
Description
Character stats data. Sent when an item is equipped or unequipped.
Hierarchy
- TInterfacedObject
- TCharacterStatsEquipmentChange
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetMaxHp: Cardinal; |
![]() |
procedure SetMaxHp(MaxHp: Cardinal); |
![]() |
function GetMaxTp: Cardinal; |
![]() |
procedure SetMaxTp(MaxTp: Cardinal); |
![]() |
function GetBaseStats: ICharacterBaseStats; |
![]() |
procedure SetBaseStats(BaseStats: ICharacterBaseStats); |
![]() |
function GetSecondaryStats: ICharacterSecondaryStats; |
![]() |
procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterStatsEquipmentChange; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
![]() |
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
![]() |
property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
![]() |
property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetMaxHp: Cardinal; |
This item has no description. |
![]() |
procedure SetMaxHp(MaxHp: 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: ICharacterSecondaryStats; |
This item has no description. |
![]() |
procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TCharacterStatsEquipmentChange; |
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 MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
![]() |
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
![]() |
property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
This item has no description. |
![]() |
property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.