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.
