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.