Class TItemReplyServerPacketItemTypeDataHeal
Unit
Declaration
type TItemReplyServerPacketItemTypeDataHeal = class(TInterfacedObject, IItemReplyServerPacketItemTypeData, IItemReplyServerPacketItemTypeDataHeal)
Description
Data associated with IItemReplyServerPacket.ItemType value 3.
Hierarchy
- TInterfacedObject
- TItemReplyServerPacketItemTypeDataHeal
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); |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataHeal; |
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. | |
![]() |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataHeal; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
