Class TSpellTargetOtherServerPacket
Unit
Declaration
type TSpellTargetOtherServerPacket = class(TInterfacedObject, IPacket, ISpellTargetOtherServerPacket)
Description
Nearby player hit by a heal spell from a player
Hierarchy
- TInterfacedObject
- TSpellTargetOtherServerPacket
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); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TSpellTargetOtherServerPacket; |
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. | |
![]() |
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
| |
![]() |
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
class function Deserialize(Reader: TEoReader): TSpellTargetOtherServerPacket; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
