Class TCharacterStatsReset
Unit
Declaration
type TCharacterStatsReset = class(TInterfacedObject, ICharacterStatsReset)
Description
Character stats data. Sent when resetting stats and skills at a skill master NPC.
Hierarchy
- TInterfacedObject
- TCharacterStatsReset
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetStatPoints: Cardinal; |
![]() |
procedure SetStatPoints(StatPoints: Cardinal); |
![]() |
function GetSkillPoints: Cardinal; |
![]() |
procedure SetSkillPoints(SkillPoints: 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 GetMaxSp: Cardinal; |
![]() |
procedure SetMaxSp(MaxSp: Cardinal); |
![]() |
function GetBase: ICharacterBaseStats; |
![]() |
procedure SetBase(Base: ICharacterBaseStats); |
![]() |
function GetSecondary: ICharacterSecondaryStats; |
![]() |
procedure SetSecondary(Secondary: ICharacterSecondaryStats); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterStatsReset; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
![]() |
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
![]() |
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 MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
![]() |
property Base: ICharacterBaseStats read GetBase write SetBase; |
![]() |
property Secondary: ICharacterSecondaryStats read GetSecondary write SetSecondary; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetStatPoints: Cardinal; |
This item has no description. |
![]() |
procedure SetStatPoints(StatPoints: Cardinal); |
This item has no description. |
![]() |
function GetSkillPoints: Cardinal; |
This item has no description. |
![]() |
procedure SetSkillPoints(SkillPoints: 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 GetMaxSp: Cardinal; |
This item has no description. |
![]() |
procedure SetMaxSp(MaxSp: Cardinal); |
This item has no description. |
![]() |
function GetBase: ICharacterBaseStats; |
This item has no description. |
![]() |
procedure SetBase(Base: ICharacterBaseStats); |
This item has no description. |
![]() |
function GetSecondary: ICharacterSecondaryStats; |
This item has no description. |
![]() |
procedure SetSecondary(Secondary: ICharacterSecondaryStats); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TCharacterStatsReset; |
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 StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
|
![]() |
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
|
![]() |
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 MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
|
![]() |
property Base: ICharacterBaseStats read GetBase write SetBase; |
This item has no description. |
![]() |
property Secondary: ICharacterSecondaryStats read GetSecondary write SetSecondary; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.