Class TSpellTargetGroupServerPacket
Unit
Declaration
type TSpellTargetGroupServerPacket = class(TInterfacedObject, IPacket, ISpellTargetGroupServerPacket)
Description
Nearby player(s) hit by a group heal spell from a player
Hierarchy
- TInterfacedObject
- TSpellTargetGroupServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetSpellId: Cardinal; |
![]() |
procedure _SetSpellId(SpellId: Cardinal); |
![]() |
function _GetCasterId: Cardinal; |
![]() |
procedure _SetCasterId(CasterId: Cardinal); |
![]() |
function _GetCasterTp: Cardinal; |
![]() |
procedure _SetCasterTp(CasterTp: Cardinal); |
![]() |
function _GetSpellHealHp: Cardinal; |
![]() |
procedure _SetSpellHealHp(SpellHealHp: Cardinal); |
![]() |
function _GetPlayers: TArray<IGroupHealTargetPlayer>; |
![]() |
procedure _SetPlayers(Players: TArray<IGroupHealTargetPlayer>); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TSpellTargetGroupServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property SpellId: Cardinal read _GetSpellId write _SetSpellId; |
![]() |
property CasterId: Cardinal read _GetCasterId write _SetCasterId; |
![]() |
property CasterTp: Cardinal read _GetCasterTp write _SetCasterTp; |
![]() |
property SpellHealHp: Cardinal read _GetSpellHealHp write _SetSpellHealHp; |
![]() |
property Players: TArray<IGroupHealTargetPlayer> read _GetPlayers write _SetPlayers; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetSpellId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSpellId(SpellId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetCasterId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetCasterId(CasterId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetCasterTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetCasterTp(CasterTp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetSpellHealHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSpellHealHp(SpellHealHp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetPlayers: TArray<IGroupHealTargetPlayer>; |
|
This item has no description. | |
![]() |
procedure _SetPlayers(Players: TArray<IGroupHealTargetPlayer>); |
|
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): TSpellTargetGroupServerPacket; |
|
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 SpellId: Cardinal read _GetSpellId write _SetSpellId; |
|
| |
![]() |
property CasterId: Cardinal read _GetCasterId write _SetCasterId; |
|
| |
![]() |
property CasterTp: Cardinal read _GetCasterTp write _SetCasterTp; |
|
| |
![]() |
property SpellHealHp: Cardinal read _GetSpellHealHp write _SetSpellHealHp; |
|
| |
![]() |
property Players: TArray<IGroupHealTargetPlayer> read _GetPlayers write _SetPlayers; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
