Interface ICharacterElementalStats
Unit
Declaration
type ICharacterElementalStats = interface(IInterface)
Description
The 6 elemental character stats
Attributes
- GUID['{EA0D61F6-1376-5964-8D82-732EDFDA18D0}']
Hierarchy
- IInterface
- ICharacterElementalStats
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); |
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
|
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.