Class TCharacterStatsUpdate
Unit
Declaration
type TCharacterStatsUpdate = class(TInterfacedObject, ICharacterStatsUpdate)
Description
Character stats data. Sent when stats are updated.
Hierarchy
- TInterfacedObject
- TCharacterStatsUpdate
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetBaseStats: ICharacterBaseStats; |
![]() |
procedure SetBaseStats(BaseStats: ICharacterBaseStats); |
![]() |
function GetMaxHp: Cardinal; |
![]() |
procedure SetMaxHp(MaxHp: Cardinal); |
![]() |
function GetMaxTp: Cardinal; |
![]() |
procedure SetMaxTp(MaxTp: Cardinal); |
![]() |
function GetMaxSp: Cardinal; |
![]() |
procedure SetMaxSp(MaxSp: Cardinal); |
![]() |
function GetMaxWeight: Cardinal; |
![]() |
procedure SetMaxWeight(MaxWeight: Cardinal); |
![]() |
function GetSecondaryStats: ICharacterSecondaryStats; |
![]() |
procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterStatsUpdate; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
![]() |
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
![]() |
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
![]() |
property MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
![]() |
property MaxWeight: Cardinal read GetMaxWeight write SetMaxWeight; |
![]() |
property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetBaseStats: ICharacterBaseStats; |
This item has no description. |
![]() |
procedure SetBaseStats(BaseStats: ICharacterBaseStats); |
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 GetMaxSp: Cardinal; |
This item has no description. |
![]() |
procedure SetMaxSp(MaxSp: Cardinal); |
This item has no description. |
![]() |
function GetMaxWeight: Cardinal; |
This item has no description. |
![]() |
procedure SetMaxWeight(MaxWeight: Cardinal); |
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): TCharacterStatsUpdate; |
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 BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats; |
This item has no description. |
![]() |
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
![]() |
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
![]() |
property MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
|
![]() |
property MaxWeight: Cardinal read GetMaxWeight write SetMaxWeight; |
|
![]() |
property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.