Class TSpellTargetSelfServerPacket
Unit
Declaration
type TSpellTargetSelfServerPacket = class(TInterfacedObject, IPacket, ISpellTargetSelfServerPacket)
Description
Nearby player self-casted a spell
Hierarchy
- TInterfacedObject
- TSpellTargetSelfServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
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 _GetTp: TOptional<Cardinal>; |
![]() |
procedure _SetTp(Tp: 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): TSpellTargetSelfServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
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; |
![]() |
property Tp: TOptional<Cardinal> read _GetTp write _SetTp; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetPlayerId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
|
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 _GetTp: TOptional<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: 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): TSpellTargetSelfServerPacket; |
|
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 PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
|
| |
![]() |
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; |
|
The official client reads this if the packet is larger than 12 bytes
| |
![]() |
property Tp: TOptional<Cardinal> read _GetTp write _SetTp; |
|
The official client reads this if the packet is larger than 12 bytes
| |
Generated by PasDoc 0.16.0-snapshot.
