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.