Interface IEffectTargetOtherServerPacket

Unit

Declaration

type IEffectTargetOtherServerPacket = interface(IPacket)

Description

Map drain damage

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetDamage: Cardinal;
Public procedure SetDamage(Damage: Cardinal);
Public function GetHp: Cardinal;
Public procedure SetHp(Hp: Cardinal);
Public function GetMaxHp: Cardinal;
Public procedure SetMaxHp(MaxHp: Cardinal);
Public function GetOthers: TArray<IMapDrainDamageOther>;
Public procedure SetOthers(Others: TArray<IMapDrainDamageOther>);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Damage: Cardinal read GetDamage write SetDamage;
Public property Hp: Cardinal read GetHp write SetHp;
Public property MaxHp: Cardinal read GetMaxHp write SetMaxHp;
Public property Others: TArray<IMapDrainDamageOther> read GetOthers write SetOthers;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{B70A208A-AA6C-5EF0-92F9-63C611DB722C}']
Public function GetDamage: Cardinal;

This item has no description.

Public procedure SetDamage(Damage: 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 function GetOthers: TArray<IMapDrainDamageOther>;

This item has no description.

Public procedure SetOthers(Others: TArray<IMapDrainDamageOther>);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IEffectTargetOtherServerPacket 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 Damage: Cardinal read GetDamage write SetDamage;

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

Public property Others: TArray<IMapDrainDamageOther> read GetOthers write SetOthers;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.