Interface ILevelUpStats
Unit
Declaration
type ILevelUpStats = interface(IInterface)
Description
Level and stat updates
Attributes
- GUID['{EEEA8238-C6DC-532F-8A10-795310ED5E0D}']
Hierarchy
- IInterface
- ILevelUpStats
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); |
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
|
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.