Class TCharacterBaseStats
Unit
Declaration
type TCharacterBaseStats = class(TInterfacedObject, ICharacterBaseStats)
Description
The 6 base character stats
Hierarchy
- TInterfacedObject
- TCharacterBaseStats
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetStr: Cardinal; |
|
procedure SetStr(Str: Cardinal); |
|
function GetIntl: Cardinal; |
|
procedure SetIntl(Intl: Cardinal); |
|
function GetWis: Cardinal; |
|
procedure SetWis(Wis: Cardinal); |
|
function GetAgi: Cardinal; |
|
procedure SetAgi(Agi: Cardinal); |
|
function GetCon: Cardinal; |
|
procedure SetCon(Con: Cardinal); |
|
function GetCha: Cardinal; |
|
procedure SetCha(Cha: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TCharacterBaseStats; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Str: Cardinal read GetStr write SetStr; |
|
property Intl: Cardinal read GetIntl write SetIntl; |
|
property Wis: Cardinal read GetWis write SetWis; |
|
property Agi: Cardinal read GetAgi write SetAgi; |
|
property Con: Cardinal read GetCon write SetCon; |
|
property Cha: Cardinal read GetCha write SetCha; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetStr: Cardinal; |
|
This item has no description. |
procedure SetStr(Str: Cardinal); |
|
This item has no description. |
function GetIntl: Cardinal; |
|
This item has no description. |
procedure SetIntl(Intl: Cardinal); |
|
This item has no description. |
function GetWis: Cardinal; |
|
This item has no description. |
procedure SetWis(Wis: Cardinal); |
|
This item has no description. |
function GetAgi: Cardinal; |
|
This item has no description. |
procedure SetAgi(Agi: Cardinal); |
|
This item has no description. |
function GetCon: Cardinal; |
|
This item has no description. |
procedure SetCon(Con: Cardinal); |
|
This item has no description. |
function GetCha: Cardinal; |
|
This item has no description. |
procedure SetCha(Cha: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TCharacterBaseStats; |
|
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 Str: Cardinal read GetStr write SetStr; |
|
|
property Intl: Cardinal read GetIntl write SetIntl; |
|
|
property Wis: Cardinal read GetWis write SetWis; |
|
|
property Agi: Cardinal read GetAgi write SetAgi; |
|
|
property Con: Cardinal read GetCon write SetCon; |
|
|
property Cha: Cardinal read GetCha write SetCha; |
|
|
Generated by PasDoc 0.16.0-snapshot.