Interface ICharacterStatsReset
Unit
Declaration
type ICharacterStatsReset = interface(IInterface)
Description
Character stats data. Sent when resetting stats and skills at a skill master NPC.
Attributes
- GUID['{DF5AE5A3-2031-5BB2-9EF2-3509D8264226}']
Hierarchy
- IInterface
- ICharacterStatsReset
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); |
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
| |
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.
