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.
