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

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetKillerId: Cardinal;
Public procedure _SetKillerId(KillerId: Cardinal);
Public function _GetKillerDirection: TDirection;
Public procedure _SetKillerDirection(KillerDirection: TDirection);
Public function _GetNpcIndex: Cardinal;
Public procedure _SetNpcIndex(NpcIndex: Cardinal);
Public function _GetDropIndex: Cardinal;
Public procedure _SetDropIndex(DropIndex: Cardinal);
Public function _GetDropId: Cardinal;
Public procedure _SetDropId(DropId: Cardinal);
Public function _GetDropCoords: ICoords;
Public procedure _SetDropCoords(DropCoords: ICoords);
Public function _GetDropAmount: Cardinal;
Public procedure _SetDropAmount(DropAmount: Cardinal);
Public function _GetDamage: Cardinal;
Public procedure _SetDamage(Damage: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property KillerId: Cardinal read _GetKillerId write _SetKillerId;
Public property KillerDirection: TDirection read _GetKillerDirection write _SetKillerDirection;
Public property NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex;
Public property DropIndex: Cardinal read _GetDropIndex write _SetDropIndex;
Public property DropId: Cardinal read _GetDropId write _SetDropId;
Public property DropCoords: ICoords read _GetDropCoords write _SetDropCoords;
Public property DropAmount: Cardinal read _GetDropAmount write _SetDropAmount;
Public property Damage: Cardinal read _GetDamage write _SetDamage;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetKillerId: Cardinal;

This item has no description.

Public procedure _SetKillerId(KillerId: Cardinal);

This item has no description.

Public function _GetKillerDirection: TDirection;

This item has no description.

Public procedure _SetKillerDirection(KillerDirection: TDirection);

This item has no description.

Public function _GetNpcIndex: Cardinal;

This item has no description.

Public procedure _SetNpcIndex(NpcIndex: Cardinal);

This item has no description.

Public function _GetDropIndex: Cardinal;

This item has no description.

Public procedure _SetDropIndex(DropIndex: Cardinal);

This item has no description.

Public function _GetDropId: Cardinal;

This item has no description.

Public procedure _SetDropId(DropId: Cardinal);

This item has no description.

Public function _GetDropCoords: ICoords;

This item has no description.

Public procedure _SetDropCoords(DropCoords: ICoords);

This item has no description.

Public function _GetDropAmount: Cardinal;

This item has no description.

Public procedure _SetDropAmount(DropAmount: Cardinal);

This item has no description.

Public function _GetDamage: Cardinal;

This item has no description.

Public procedure _SetDamage(Damage: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this INpcKilledData object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property KillerId: Cardinal read _GetKillerId write _SetKillerId;

Note
Value range is 0-64008

Public property KillerDirection: TDirection read _GetKillerDirection write _SetKillerDirection;

This item has no description.

Public property NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex;

Note
Value range is 0-64008

Public property DropIndex: Cardinal read _GetDropIndex write _SetDropIndex;

Note
Value range is 0-64008

Public property DropId: Cardinal read _GetDropId write _SetDropId;

Note
Value range is 0-64008

Public property DropCoords: ICoords read _GetDropCoords write _SetDropCoords;

This item has no description.

Public property DropAmount: Cardinal read _GetDropAmount write _SetDropAmount;

Note
Value range is 0–197815216

Public property Damage: Cardinal read _GetDamage write _SetDamage;

Note
Value range is 0-16194276


Generated by PasDoc 0.16.0-snapshot.