Interface ICharacterStatsInfoLookup

Unit

Declaration

type ICharacterStatsInfoLookup = interface(IInterface)

Description

Character stats data. Sent with character info lookups.

Attributes
GUID['{87D2384E-BE76-52FA-B6A0-87F914AE5C58}']

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);

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 ICharacterStatsInfoLookup object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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.