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.