Interface IEffectSpecServerPacketMapDamageTypeDataTpDrain
Unit
Declaration
type IEffectSpecServerPacketMapDamageTypeDataTpDrain = interface(IEffectSpecServerPacketMapDamageTypeData)
Description
Data associated with IEffectSpecServerPacket.MapDamageType value 1.
Hierarchy
- IInterface
- IEffectSpecServerPacketMapDamageTypeData
- IEffectSpecServerPacketMapDamageTypeDataTpDrain
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetTpDamage: Cardinal; |
![]() |
procedure _SetTpDamage(TpDamage: Cardinal); |
![]() |
function _GetTp: Cardinal; |
![]() |
procedure _SetTp(Tp: Cardinal); |
![]() |
function _GetMaxTp: Cardinal; |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property TpDamage: Cardinal read _GetTpDamage write _SetTpDamage; |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetTpDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTpDamage(TpDamage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxTp(MaxTp: 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 TpDamage: Cardinal read _GetTpDamage write _SetTpDamage; |
|
| |
![]() |
property Tp: Cardinal read _GetTp write _SetTp; |
|
| |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
