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.
