Class TEffectSpecServerPacketMapDamageTypeDataSpikes

Unit

Declaration

type TEffectSpecServerPacketMapDamageTypeDataSpikes = class(TInterfacedObject, IEffectSpecServerPacketMapDamageTypeData, IEffectSpecServerPacketMapDamageTypeDataSpikes)

Description

Data associated with IEffectSpecServerPacket.MapDamageType value 2.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetHpDamage: Cardinal;
Public procedure SetHpDamage(HpDamage: Cardinal);
Public function GetHp: Cardinal;
Public procedure SetHp(Hp: Cardinal);
Public function GetMaxHp: Cardinal;
Public procedure SetMaxHp(MaxHp: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataSpikes;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property HpDamage: Cardinal read GetHpDamage write SetHpDamage;
Public property Hp: Cardinal read GetHp write SetHp;
Public property MaxHp: Cardinal read GetMaxHp write SetMaxHp;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetHpDamage: Cardinal;

This item has no description.

Public procedure SetHpDamage(HpDamage: Cardinal);

This item has no description.

Public function GetHp: Cardinal;

This item has no description.

Public procedure SetHp(Hp: Cardinal);

This item has no description.

Public function GetMaxHp: Cardinal;

This item has no description.

Public procedure SetMaxHp(MaxHp: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TEffectSpecServerPacketMapDamageTypeDataSpikes object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TEffectSpecServerPacketMapDamageTypeDataSpikes;

Deserializes an instance of TEffectSpecServerPacketMapDamageTypeDataSpikes from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property HpDamage: Cardinal read GetHpDamage write SetHpDamage;

Note
Value range is 0-64008

Public property Hp: Cardinal read GetHp write SetHp;

Note
Value range is 0-64008

Public property MaxHp: Cardinal read GetMaxHp write SetMaxHp;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.