Class TCharacterStatsWelcome
Unit
Declaration
type TCharacterStatsWelcome = class(TInterfacedObject, ICharacterStatsWelcome)
Description
Character stats data. Sent upon selecting a character and entering the game.
Hierarchy
- TInterfacedObject
- TCharacterStatsWelcome
Overview
Methods
function GetByteSize: 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 GetStatPoints: Cardinal; |
|
procedure SetStatPoints(StatPoints: Cardinal); |
|
function GetSkillPoints: Cardinal; |
|
procedure SetSkillPoints(SkillPoints: Cardinal); |
|
function GetKarma: Cardinal; |
|
procedure SetKarma(Karma: Cardinal); |
|
function GetSecondary: ICharacterSecondaryStats; |
|
procedure SetSecondary(Secondary: ICharacterSecondaryStats); |
|
function GetBase: ICharacterBaseStatsWelcome; |
|
procedure SetBase(Base: ICharacterBaseStatsWelcome); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TCharacterStatsWelcome; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
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 StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
|
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
|
property Karma: Cardinal read GetKarma write SetKarma; |
|
property Secondary: ICharacterSecondaryStats read GetSecondary write SetSecondary; |
|
property Base: ICharacterBaseStatsWelcome read GetBase write SetBase; |
Description
Methods
function GetByteSize: 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 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 GetKarma: Cardinal; |
|
This item has no description. |
procedure SetKarma(Karma: Cardinal); |
|
This item has no description. |
function GetSecondary: ICharacterSecondaryStats; |
|
This item has no description. |
procedure SetSecondary(Secondary: ICharacterSecondaryStats); |
|
This item has no description. |
function GetBase: ICharacterBaseStatsWelcome; |
|
This item has no description. |
procedure SetBase(Base: ICharacterBaseStatsWelcome); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TCharacterStatsWelcome; |
|
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 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 StatPoints: Cardinal read GetStatPoints write SetStatPoints; |
|
|
property SkillPoints: Cardinal read GetSkillPoints write SetSkillPoints; |
|
|
property Karma: Cardinal read GetKarma write SetKarma; |
|
|
property Secondary: ICharacterSecondaryStats read GetSecondary write SetSecondary; |
|
This item has no description. |
property Base: ICharacterBaseStatsWelcome read GetBase write SetBase; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.