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.