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.
