Class TEffectSpecServerPacketMapDamageTypeDataTpDrain
Unit
Declaration
type TEffectSpecServerPacketMapDamageTypeDataTpDrain = class(TInterfacedObject, IEffectSpecServerPacketMapDamageTypeData, IEffectSpecServerPacketMapDamageTypeDataTpDrain)
Description
Data associated with IEffectSpecServerPacket.MapDamageType value 1.
Hierarchy
- TInterfacedObject
- TEffectSpecServerPacketMapDamageTypeDataTpDrain
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); |
![]() |
class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataTpDrain; |
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. | |
![]() |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataTpDrain; |
|
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 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.
