Class TEffectSpecServerPacketMapDamageTypeDataSpikes
Unit
Declaration
type TEffectSpecServerPacketMapDamageTypeDataSpikes = class(TInterfacedObject, IEffectSpecServerPacketMapDamageTypeData, IEffectSpecServerPacketMapDamageTypeDataSpikes)
Description
Data associated with IEffectSpecServerPacket.MapDamageType
value 2
.
Hierarchy
- TInterfacedObject
- TEffectSpecServerPacketMapDamageTypeDataSpikes
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetHpDamage: Cardinal; |
![]() |
procedure SetHpDamage(HpDamage: Cardinal); |
![]() |
function GetHp: Cardinal; |
![]() |
procedure SetHp(Hp: Cardinal); |
![]() |
function GetMaxHp: Cardinal; |
![]() |
procedure SetMaxHp(MaxHp: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataSpikes; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property HpDamage: Cardinal read GetHpDamage write SetHpDamage; |
![]() |
property Hp: Cardinal read GetHp write SetHp; |
![]() |
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetHpDamage: Cardinal; |
This item has no description. |
![]() |
procedure SetHpDamage(HpDamage: 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. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataSpikes; |
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 HpDamage: Cardinal read GetHpDamage write SetHpDamage; |
|
![]() |
property Hp: Cardinal read GetHp write SetHp; |
|
![]() |
property MaxHp: Cardinal read GetMaxHp write SetMaxHp; |
|
Generated by PasDoc 0.16.0-snapshot.