Class TCharacterElementalStats
Unit
Declaration
type TCharacterElementalStats = class(TInterfacedObject, ICharacterElementalStats)
Description
The 6 elemental character stats
Hierarchy
- TInterfacedObject
- TCharacterElementalStats
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetLight: Cardinal; |
|
procedure SetLight(Light: Cardinal); |
|
function GetDark: Cardinal; |
|
procedure SetDark(Dark: Cardinal); |
|
function GetFire: Cardinal; |
|
procedure SetFire(Fire: Cardinal); |
|
function GetWater: Cardinal; |
|
procedure SetWater(Water: Cardinal); |
|
function GetEarth: Cardinal; |
|
procedure SetEarth(Earth: Cardinal); |
|
function GetWind: Cardinal; |
|
procedure SetWind(Wind: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TCharacterElementalStats; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Light: Cardinal read GetLight write SetLight; |
|
property Dark: Cardinal read GetDark write SetDark; |
|
property Fire: Cardinal read GetFire write SetFire; |
|
property Water: Cardinal read GetWater write SetWater; |
|
property Earth: Cardinal read GetEarth write SetEarth; |
|
property Wind: Cardinal read GetWind write SetWind; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetLight: Cardinal; |
|
This item has no description. |
procedure SetLight(Light: Cardinal); |
|
This item has no description. |
function GetDark: Cardinal; |
|
This item has no description. |
procedure SetDark(Dark: Cardinal); |
|
This item has no description. |
function GetFire: Cardinal; |
|
This item has no description. |
procedure SetFire(Fire: Cardinal); |
|
This item has no description. |
function GetWater: Cardinal; |
|
This item has no description. |
procedure SetWater(Water: Cardinal); |
|
This item has no description. |
function GetEarth: Cardinal; |
|
This item has no description. |
procedure SetEarth(Earth: Cardinal); |
|
This item has no description. |
function GetWind: Cardinal; |
|
This item has no description. |
procedure SetWind(Wind: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TCharacterElementalStats; |
|
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 Light: Cardinal read GetLight write SetLight; |
|
|
property Dark: Cardinal read GetDark write SetDark; |
|
|
property Fire: Cardinal read GetFire write SetFire; |
|
|
property Water: Cardinal read GetWater write SetWater; |
|
|
property Earth: Cardinal read GetEarth write SetEarth; |
|
|
property Wind: Cardinal read GetWind write SetWind; |
|
|
Generated by PasDoc 0.16.0-snapshot.