Class TLevelUpStats
Unit
Declaration
type TLevelUpStats = class(TInterfacedObject, ILevelUpStats)
Description
Level and stat updates
Hierarchy
- TInterfacedObject
- TLevelUpStats
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetLevel: Cardinal; |
|
procedure SetLevel(Level: Cardinal); |
|
function GetStatPoints: Cardinal; |
|
procedure SetStatPoints(StatPoints: Cardinal); |
|
function GetSkillPoints: Cardinal; |
|
procedure SetSkillPoints(SkillPoints: Cardinal); |
|
function GetMaxHp: Cardinal; |
|
procedure SetMaxHp(MaxHp: Cardinal); |
|
function GetMaxTp: Cardinal; |
|
procedure SetMaxTp(MaxTp: Cardinal); |
|
function GetMaxSp: Cardinal; |
|
procedure SetMaxSp(MaxSp: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TLevelUpStats; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Level: Cardinal read GetLevel write SetLevel; |
|
property StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
|
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
|
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
property MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetLevel: Cardinal; |
|
This item has no description. |
procedure SetLevel(Level: 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 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. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TLevelUpStats; |
|
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 Level: Cardinal read GetLevel write SetLevel; |
|
|
property StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
|
|
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
|
|
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
|
property MaxTp: Cardinal read GetMaxTp write SetMaxTp; |
|
|
property MaxSp: Cardinal read GetMaxSp write SetMaxSp; |
|
|
Generated by PasDoc 0.16.0-snapshot.