Interface INpcKilledData
Unit
Declaration
type INpcKilledData = interface(IInterface)
Description
Information about an NPC that has been killed
Attributes
- GUID['{16FCE382-3D8B-544F-B446-4AAFC34E9247}']
Hierarchy
- IInterface
- INpcKilledData
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetKillerId: Cardinal; |
![]() |
procedure _SetKillerId(KillerId: Cardinal); |
![]() |
function _GetKillerDirection: TDirection; |
![]() |
procedure _SetKillerDirection(KillerDirection: TDirection); |
![]() |
function _GetNpcIndex: Cardinal; |
![]() |
procedure _SetNpcIndex(NpcIndex: Cardinal); |
![]() |
function _GetDropIndex: Cardinal; |
![]() |
procedure _SetDropIndex(DropIndex: Cardinal); |
![]() |
function _GetDropId: Cardinal; |
![]() |
procedure _SetDropId(DropId: Cardinal); |
![]() |
function _GetDropCoords: ICoords; |
![]() |
procedure _SetDropCoords(DropCoords: ICoords); |
![]() |
function _GetDropAmount: Cardinal; |
![]() |
procedure _SetDropAmount(DropAmount: Cardinal); |
![]() |
function _GetDamage: Cardinal; |
![]() |
procedure _SetDamage(Damage: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property KillerId: Cardinal read _GetKillerId write _SetKillerId; |
![]() |
property KillerDirection: TDirection read _GetKillerDirection write _SetKillerDirection; |
![]() |
property NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex; |
![]() |
property DropIndex: Cardinal read _GetDropIndex write _SetDropIndex; |
![]() |
property DropId: Cardinal read _GetDropId write _SetDropId; |
![]() |
property DropCoords: ICoords read _GetDropCoords write _SetDropCoords; |
![]() |
property DropAmount: Cardinal read _GetDropAmount write _SetDropAmount; |
![]() |
property Damage: Cardinal read _GetDamage write _SetDamage; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetKillerId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetKillerId(KillerId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetKillerDirection: TDirection; |
|
This item has no description. | |
![]() |
procedure _SetKillerDirection(KillerDirection: TDirection); |
|
This item has no description. | |
![]() |
function _GetNpcIndex: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetNpcIndex(NpcIndex: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDropIndex: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDropIndex(DropIndex: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDropId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDropId(DropId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDropCoords: ICoords; |
|
This item has no description. | |
![]() |
procedure _SetDropCoords(DropCoords: ICoords); |
|
This item has no description. | |
![]() |
function _GetDropAmount: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDropAmount(DropAmount: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDamage(Damage: 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 KillerId: Cardinal read _GetKillerId write _SetKillerId; |
|
| |
![]() |
property KillerDirection: TDirection read _GetKillerDirection write _SetKillerDirection; |
|
This item has no description. | |
![]() |
property NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex; |
|
| |
![]() |
property DropIndex: Cardinal read _GetDropIndex write _SetDropIndex; |
|
| |
![]() |
property DropId: Cardinal read _GetDropId write _SetDropId; |
|
| |
![]() |
property DropCoords: ICoords read _GetDropCoords write _SetDropCoords; |
|
This item has no description. | |
![]() |
property DropAmount: Cardinal read _GetDropAmount write _SetDropAmount; |
|
| |
![]() |
property Damage: Cardinal read _GetDamage write _SetDamage; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
