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.