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.