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.