Interface ICastReplyServerPacket
Unit
Declaration
type ICastReplyServerPacket = interface(IPacket)
Description
Nearby NPC hit by a spell from a player
Hierarchy
- IInterface
- IPacket
- ICastReplyServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetSpellId: Cardinal; |
![]() |
procedure SetSpellId(SpellId: Cardinal); |
![]() |
function GetCasterId: Cardinal; |
![]() |
procedure SetCasterId(CasterId: Cardinal); |
![]() |
function GetCasterDirection: TDirection; |
![]() |
procedure SetCasterDirection(CasterDirection: TDirection); |
![]() |
function GetNpcIndex: Cardinal; |
![]() |
procedure SetNpcIndex(NpcIndex: Cardinal); |
![]() |
function GetDamage: Cardinal; |
![]() |
procedure SetDamage(Damage: Cardinal); |
![]() |
function GetHpPercentage: Cardinal; |
![]() |
procedure SetHpPercentage(HpPercentage: Cardinal); |
![]() |
function GetCasterTp: TOptional<Cardinal>; |
![]() |
procedure SetCasterTp(CasterTp: TOptional<Cardinal>); |
![]() |
function GetKillStealProtection: TOptional<TNpcKillStealProtectionState>; |
![]() |
procedure SetKillStealProtection(KillStealProtection: TOptional<TNpcKillStealProtectionState>); |
![]() |
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 CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
![]() |
property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex; |
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
![]() |
property CasterTp: TOptional<Cardinal> read GetCasterTp write SetCasterTp; |
![]() |
property KillStealProtection: TOptional<TNpcKillStealProtectionState> read GetKillStealProtection write SetKillStealProtection; |
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 GetCasterDirection: TDirection; |
This item has no description. |
![]() |
procedure SetCasterDirection(CasterDirection: TDirection); |
This item has no description. |
![]() |
function GetNpcIndex: Cardinal; |
This item has no description. |
![]() |
procedure SetNpcIndex(NpcIndex: Cardinal); |
This item has no description. |
![]() |
function GetDamage: Cardinal; |
This item has no description. |
![]() |
procedure SetDamage(Damage: Cardinal); |
This item has no description. |
![]() |
function GetHpPercentage: Cardinal; |
This item has no description. |
![]() |
procedure SetHpPercentage(HpPercentage: Cardinal); |
This item has no description. |
![]() |
function GetCasterTp: TOptional<Cardinal>; |
This item has no description. |
![]() |
procedure SetCasterTp(CasterTp: TOptional<Cardinal>); |
This item has no description. |
![]() |
function GetKillStealProtection: TOptional<TNpcKillStealProtectionState>; |
This item has no description. |
![]() |
procedure SetKillStealProtection(KillStealProtection: TOptional<TNpcKillStealProtectionState>); |
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 CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
This item has no description. |
![]() |
property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex; |
|
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
|
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
![]() |
property CasterTp: TOptional<Cardinal> read GetCasterTp write SetCasterTp; |
This field should be sent to the attacker, but not nearby players
|
![]() |
property KillStealProtection: TOptional<TNpcKillStealProtectionState> read GetKillStealProtection write SetKillStealProtection; |
This field should be sent to the attacker, but not nearby players |
Generated by PasDoc 0.16.0-snapshot.