Interface ISpellTargetOtherServerPacket
Unit
Declaration
type ISpellTargetOtherServerPacket = interface(IPacket)
Description
Nearby player hit by a heal spell from a player
Hierarchy
- IInterface
- IPacket
- ISpellTargetOtherServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetVictimId: Cardinal; |
|
procedure SetVictimId(VictimId: Cardinal); |
|
function GetCasterId: Cardinal; |
|
procedure SetCasterId(CasterId: Cardinal); |
|
function GetCasterDirection: TDirection; |
|
procedure SetCasterDirection(CasterDirection: TDirection); |
|
function GetSpellId: Cardinal; |
|
procedure SetSpellId(SpellId: Cardinal); |
|
function GetSpellHealHp: Cardinal; |
|
procedure SetSpellHealHp(SpellHealHp: Cardinal); |
|
function GetHpPercentage: Cardinal; |
|
procedure SetHpPercentage(HpPercentage: Cardinal); |
|
function GetHp: TOptional<Cardinal>; |
|
procedure SetHp(Hp: TOptional<Cardinal>); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property VictimId: Cardinal read GetVictimId write SetVictimId; |
|
property CasterId: Cardinal read GetCasterId write SetCasterId; |
|
property CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
|
property SpellId: Cardinal read GetSpellId write SetSpellId; |
|
property SpellHealHp: Cardinal read GetSpellHealHp write SetSpellHealHp; |
|
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
property Hp: TOptional<Cardinal> read GetHp write SetHp; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetVictimId: Cardinal; |
|
This item has no description. |
procedure SetVictimId(VictimId: Cardinal); |
|
This item has no description. |
function GetCasterId: Cardinal; |
|
This item has no description. |
procedure SetCasterId(CasterId: Cardinal); |
|
This item has no description. |
function GetCasterDirection: TDirection; |
|
This item has no description. |
procedure SetCasterDirection(CasterDirection: TDirection); |
|
This item has no description. |
function GetSpellId: Cardinal; |
|
This item has no description. |
procedure SetSpellId(SpellId: Cardinal); |
|
This item has no description. |
function GetSpellHealHp: Cardinal; |
|
This item has no description. |
procedure SetSpellHealHp(SpellHealHp: Cardinal); |
|
This item has no description. |
function GetHpPercentage: Cardinal; |
|
This item has no description. |
procedure SetHpPercentage(HpPercentage: Cardinal); |
|
This item has no description. |
function GetHp: TOptional<Cardinal>; |
|
This item has no description. |
procedure SetHp(Hp: TOptional<Cardinal>); |
|
This item has no description. |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property VictimId: Cardinal read GetVictimId write SetVictimId; |
|
|
property CasterId: Cardinal read GetCasterId write SetCasterId; |
|
|
property CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
|
This item has no description. |
property SpellId: Cardinal read GetSpellId write SetSpellId; |
|
|
property SpellHealHp: Cardinal read GetSpellHealHp write SetSpellHealHp; |
|
|
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
|
property Hp: TOptional<Cardinal> read GetHp write SetHp; |
|
|
Generated by PasDoc 0.16.0-snapshot.