Interface IEffectSpecServerPacketMapDamageTypeDataSpikes
Unit
Declaration
type IEffectSpecServerPacketMapDamageTypeDataSpikes = interface(IEffectSpecServerPacketMapDamageTypeData)
Description
Data associated with IEffectSpecServerPacket.MapDamageType
value 2
.
Hierarchy
- IInterface
- IEffectSpecServerPacketMapDamageTypeData
- IEffectSpecServerPacketMapDamageTypeDataSpikes
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); |
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. Attributes
|
![]() |
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
|
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.