Interface INpcUpdateAttack
Unit
Declaration
type INpcUpdateAttack = interface(IInterface)
Description
An NPC attacking
Attributes
- GUID['{73360251-66C1-55E7-9CF1-198F7D20A021}']
Hierarchy
- IInterface
- INpcUpdateAttack
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetNpcIndex: Cardinal; |
![]() |
procedure SetNpcIndex(NpcIndex: Cardinal); |
![]() |
function GetKilled: TPlayerKilledState; |
![]() |
procedure SetKilled(Killed: TPlayerKilledState); |
![]() |
function GetDirection: TDirection; |
![]() |
procedure SetDirection(Direction: TDirection); |
![]() |
function GetPlayerId: Cardinal; |
![]() |
procedure SetPlayerId(PlayerId: Cardinal); |
![]() |
function GetDamage: Cardinal; |
![]() |
procedure SetDamage(Damage: Cardinal); |
![]() |
function GetHpPercentage: Cardinal; |
![]() |
procedure SetHpPercentage(HpPercentage: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex; |
![]() |
property Killed: TPlayerKilledState read GetKilled write SetKilled; |
![]() |
property Direction: TDirection read GetDirection write SetDirection; |
![]() |
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetNpcIndex: Cardinal; |
This item has no description. |
![]() |
procedure SetNpcIndex(NpcIndex: Cardinal); |
This item has no description. |
![]() |
function GetKilled: TPlayerKilledState; |
This item has no description. |
![]() |
procedure SetKilled(Killed: TPlayerKilledState); |
This item has no description. |
![]() |
function GetDirection: TDirection; |
This item has no description. |
![]() |
procedure SetDirection(Direction: TDirection); |
This item has no description. |
![]() |
function GetPlayerId: Cardinal; |
This item has no description. |
![]() |
procedure SetPlayerId(PlayerId: 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. |
![]() |
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 NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex; |
|
![]() |
property Killed: TPlayerKilledState read GetKilled write SetKilled; |
This item has no description. |
![]() |
property Direction: TDirection read GetDirection write SetDirection; |
This item has no description. |
![]() |
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
|
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
Generated by PasDoc 0.16.0-snapshot.