Class TCharacterElementalStats

Unit

Declaration

type TCharacterElementalStats = class(TInterfacedObject, ICharacterElementalStats)

Description

The 6 elemental character stats

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetLight: Cardinal;
Public procedure SetLight(Light: Cardinal);
Public function GetDark: Cardinal;
Public procedure SetDark(Dark: Cardinal);
Public function GetFire: Cardinal;
Public procedure SetFire(Fire: Cardinal);
Public function GetWater: Cardinal;
Public procedure SetWater(Water: Cardinal);
Public function GetEarth: Cardinal;
Public procedure SetEarth(Earth: Cardinal);
Public function GetWind: Cardinal;
Public procedure SetWind(Wind: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TCharacterElementalStats;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Light: Cardinal read GetLight write SetLight;
Public property Dark: Cardinal read GetDark write SetDark;
Public property Fire: Cardinal read GetFire write SetFire;
Public property Water: Cardinal read GetWater write SetWater;
Public property Earth: Cardinal read GetEarth write SetEarth;
Public property Wind: Cardinal read GetWind write SetWind;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetLight: Cardinal;

This item has no description.

Public procedure SetLight(Light: Cardinal);

This item has no description.

Public function GetDark: Cardinal;

This item has no description.

Public procedure SetDark(Dark: Cardinal);

This item has no description.

Public function GetFire: Cardinal;

This item has no description.

Public procedure SetFire(Fire: Cardinal);

This item has no description.

Public function GetWater: Cardinal;

This item has no description.

Public procedure SetWater(Water: Cardinal);

This item has no description.

Public function GetEarth: Cardinal;

This item has no description.

Public procedure SetEarth(Earth: Cardinal);

This item has no description.

Public function GetWind: Cardinal;

This item has no description.

Public procedure SetWind(Wind: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TCharacterElementalStats object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TCharacterElementalStats;

Deserializes an instance of TCharacterElementalStats from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Light: Cardinal read GetLight write SetLight;

Note
Value range is 0-64008

Public property Dark: Cardinal read GetDark write SetDark;

Note
Value range is 0-64008

Public property Fire: Cardinal read GetFire write SetFire;

Note
Value range is 0-64008

Public property Water: Cardinal read GetWater write SetWater;

Note
Value range is 0-64008

Public property Earth: Cardinal read GetEarth write SetEarth;

Note
Value range is 0-64008

Public property Wind: Cardinal read GetWind write SetWind;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.