Interface ICharacterStatsEquipmentChange
Unit
Declaration
type ICharacterStatsEquipmentChange = interface(IInterface)
Description
Character stats data. Sent when an item is equipped or unequipped.
Attributes
- GUID['{D4977A22-08BC-5AE7-8467-97A844DB0A79}']
Hierarchy
- IInterface
- ICharacterStatsEquipmentChange
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetMaxHp: Cardinal; |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
![]() |
function _GetMaxTp: Cardinal; |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
![]() |
function _GetBaseStats: ICharacterBaseStats; |
![]() |
procedure _SetBaseStats(BaseStats: ICharacterBaseStats); |
![]() |
function _GetSecondaryStats: ICharacterSecondaryStats; |
![]() |
procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
![]() |
property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats; |
![]() |
property SecondaryStats: ICharacterSecondaryStats read _GetSecondaryStats write _SetSecondaryStats; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetMaxHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxHp(MaxHp: 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: ICharacterSecondaryStats; |
|
This item has no description. | |
![]() |
procedure _SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats); |
|
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 MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
|
| |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
|
| |
![]() |
property BaseStats: ICharacterBaseStats read _GetBaseStats write _SetBaseStats; |
|
This item has no description. | |
![]() |
property SecondaryStats: ICharacterSecondaryStats read _GetSecondaryStats write _SetSecondaryStats; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
