Class TCharacterStatsInfoLookup

Unit

Declaration

type TCharacterStatsInfoLookup = class(TInterfacedObject, ICharacterStatsInfoLookup)

Description

Character stats data. Sent with character info lookups.

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetHp: Cardinal;
Public procedure _SetHp(Hp: Cardinal);
Public function _GetMaxHp: Cardinal;
Public procedure _SetMaxHp(MaxHp: Cardinal);
Public function _GetTp: Cardinal;
Public procedure _SetTp(Tp: Cardinal);
Public function _GetMaxTp: Cardinal;
Public procedure _SetMaxTp(MaxTp: Cardinal);
Public function _GetBaseStats: ICharacterBaseStats;
Public procedure _SetBaseStats(BaseStats: ICharacterBaseStats);
Public function _GetSecondaryStats: ICharacterSecondaryStatsInfoLookup;
Public procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup);
Public function _GetElementalStats: ICharacterElementalStats;
Public procedure _SetElementalStats(ElementalStats: ICharacterElementalStats);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TCharacterStatsInfoLookup;

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Hp: Cardinal read _GetHp write _SetHp;
Public property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp;
Public property Tp: Cardinal read _GetTp write _SetTp;
Public property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp;
Public property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats;
Public property SecondaryStats: ICharacterSecondaryStatsInfoLookup read _GetSecondaryStats write _SetSecondaryStats;
Public property ElementalStats: ICharacterElementalStats read _GetElementalStats write _SetElementalStats;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetHp: Cardinal;

This item has no description.

Public procedure _SetHp(Hp: Cardinal);

This item has no description.

Public function _GetMaxHp: Cardinal;

This item has no description.

Public procedure _SetMaxHp(MaxHp: Cardinal);

This item has no description.

Public function _GetTp: Cardinal;

This item has no description.

Public procedure _SetTp(Tp: Cardinal);

This item has no description.

Public function _GetMaxTp: Cardinal;

This item has no description.

Public procedure _SetMaxTp(MaxTp: Cardinal);

This item has no description.

Public function _GetBaseStats: ICharacterBaseStats;

This item has no description.

Public procedure _SetBaseStats(BaseStats: ICharacterBaseStats);

This item has no description.

Public function _GetSecondaryStats: ICharacterSecondaryStatsInfoLookup;

This item has no description.

Public procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup);

This item has no description.

Public function _GetElementalStats: ICharacterElementalStats;

This item has no description.

Public procedure _SetElementalStats(ElementalStats: ICharacterElementalStats);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TCharacterStatsInfoLookup object to the provided TEoWriter.

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

Deserializes an instance of TCharacterStatsInfoLookup 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 Hp: Cardinal read _GetHp write _SetHp;

Note
Value range is 0-64008

Public property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp;

Note
Value range is 0-64008

Public property Tp: Cardinal read _GetTp write _SetTp;

Note
Value range is 0-64008

Public property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp;

Note
Value range is 0-64008

Public property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats;

This item has no description.

Public property SecondaryStats: ICharacterSecondaryStatsInfoLookup read _GetSecondaryStats write _SetSecondaryStats;

This item has no description.

Public property ElementalStats: ICharacterElementalStats read _GetElementalStats write _SetElementalStats;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.