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.
