Interface INpcReplyServerPacket
Unit
Declaration
type INpcReplyServerPacket = interface(IPacket)
Description
Nearby NPC hit by a player
Hierarchy
- IInterface
- IPacket
- INpcReplyServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetPlayerDirection: TDirection; |
![]() |
procedure _SetPlayerDirection(PlayerDirection: TDirection); |
![]() |
function _GetNpcIndex: Cardinal; |
![]() |
procedure _SetNpcIndex(NpcIndex: Cardinal); |
![]() |
function _GetDamage: Cardinal; |
![]() |
procedure _SetDamage(Damage: Cardinal); |
![]() |
function _GetHpPercentage: Cardinal; |
![]() |
procedure _SetHpPercentage(HpPercentage: 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 PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property PlayerDirection: TDirection read _GetPlayerDirection write _SetPlayerDirection; |
![]() |
property NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex; |
![]() |
property Damage: Cardinal read _GetDamage write _SetDamage; |
![]() |
property HpPercentage: Cardinal read _GetHpPercentage write _SetHpPercentage; |
![]() |
property KillStealProtection: TOptional<TNpcKillStealProtectionState> read _GetKillStealProtection write _SetKillStealProtection; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetPlayerId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetPlayerDirection: TDirection; |
|
This item has no description. | |
![]() |
procedure _SetPlayerDirection(PlayerDirection: 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 _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 PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
|
| |
![]() |
property PlayerDirection: TDirection read _GetPlayerDirection write _SetPlayerDirection; |
|
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 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.
