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
- IInterface
- ICharacterStatsInfoLookup
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetHp: Cardinal; |
![]() |
procedure _SetHp(Hp: Cardinal); |
![]() |
function _GetMaxHp: Cardinal; |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
function _GetMaxTp: Cardinal; |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
![]() |
function _GetBaseStats: ICharacterBaseStats; |
![]() |
procedure _SetBaseStats(BaseStats: ICharacterBaseStats); |
![]() |
function _GetSecondaryStats: ICharacterSecondaryStatsInfoLookup; |
![]() |
procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup); |
![]() |
function _GetElementalStats: ICharacterElementalStats; |
![]() |
procedure _SetElementalStats(ElementalStats: ICharacterElementalStats); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
![]() |
property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats; |
![]() |
property SecondaryStats: ICharacterSecondaryStatsInfoLookup read _GetSecondaryStats write _SetSecondaryStats; |
![]() |
property ElementalStats: ICharacterElementalStats read _GetElementalStats write _SetElementalStats; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHp(Hp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetBaseStats: ICharacterBaseStats; |
|
This item has no description. | |
![]() |
procedure _SetBaseStats(BaseStats: ICharacterBaseStats); |
|
This item has no description. | |
![]() |
function _GetSecondaryStats: ICharacterSecondaryStatsInfoLookup; |
|
This item has no description. | |
![]() |
procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStatsInfoLookup); |
|
This item has no description. | |
![]() |
function _GetElementalStats: ICharacterElementalStats; |
|
This item has no description. | |
![]() |
procedure _SetElementalStats(ElementalStats: ICharacterElementalStats); |
|
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 Hp: Cardinal read _GetHp write _SetHp; |
|
| |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
|
| |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
| |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
|
| |
![]() |
property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats; |
|
This item has no description. | |
![]() |
property SecondaryStats: ICharacterSecondaryStatsInfoLookup read _GetSecondaryStats write _SetSecondaryStats; |
|
This item has no description. | |
![]() |
property ElementalStats: ICharacterElementalStats read _GetElementalStats write _SetElementalStats; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
