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.