Interface ISpellTargetGroupServerPacket
Unit
Declaration
type ISpellTargetGroupServerPacket = interface(IPacket)
Description
Nearby player(s) hit by a group heal spell from a player
Hierarchy
- IInterface
- IPacket
- ISpellTargetGroupServerPacket
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); |
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. Attributes
|
![]() |
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
|
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.