Interface IItemReplyServerPacketItemTypeDataHeal
Unit
Declaration
type IItemReplyServerPacketItemTypeDataHeal = interface(IItemReplyServerPacketItemTypeData)
Description
Data associated with IItemReplyServerPacket.ItemType value 3.
Hierarchy
- IInterface
- IItemReplyServerPacketItemTypeData
- IItemReplyServerPacketItemTypeDataHeal
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetHpGain: Cardinal; |
![]() |
procedure _SetHpGain(HpGain: Cardinal); |
![]() |
function _GetHp: Cardinal; |
![]() |
procedure _SetHp(Hp: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property HpGain: Cardinal read _GetHpGain write _SetHpGain; |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetHpGain: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHpGain(HpGain: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHp(Hp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: 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 HpGain: Cardinal read _GetHpGain write _SetHpGain; |
|
| |
![]() |
property Hp: Cardinal read _GetHp write _SetHp; |
|
| |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
