Interface IEffectSpecServerPacketMapDamageTypeDataSpikes

Unit

Declaration

type IEffectSpecServerPacketMapDamageTypeDataSpikes = interface(IEffectSpecServerPacketMapDamageTypeData)

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);

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.

Attributes
GUID['{92B1FF97-C618-56A4-AE93-E704AECEF0A9}']
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 IEffectSpecServerPacketMapDamageTypeDataSpikes object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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.