Interface INpcMapInfo
Unit
Declaration
type INpcMapInfo = interface(IInterface)
Description
Information about a nearby NPC
Attributes
- GUID['{B573A191-B57C-5361-A4CE-FB3765851D80}']
Hierarchy
- IInterface
- INpcMapInfo
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetIndex: Cardinal; |
![]() |
procedure SetIndex(Index: Cardinal); |
![]() |
function GetId: Cardinal; |
![]() |
procedure SetId(Id: Cardinal); |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetDirection: TDirection; |
![]() |
procedure SetDirection(Direction: TDirection); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Index: Cardinal read GetIndex write SetIndex; |
![]() |
property Id: Cardinal read GetId write SetId; |
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
![]() |
property Direction: TDirection read GetDirection write SetDirection; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetIndex: Cardinal; |
This item has no description. |
![]() |
procedure SetIndex(Index: Cardinal); |
This item has no description. |
![]() |
function GetId: Cardinal; |
This item has no description. |
![]() |
procedure SetId(Id: Cardinal); |
This item has no description. |
![]() |
function GetCoords: ICoords; |
This item has no description. |
![]() |
procedure SetCoords(Coords: ICoords); |
This item has no description. |
![]() |
function GetDirection: TDirection; |
This item has no description. |
![]() |
procedure SetDirection(Direction: TDirection); |
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 Index: Cardinal read GetIndex write SetIndex; |
|
![]() |
property Id: Cardinal read GetId write SetId; |
|
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
This item has no description. |
![]() |
property Direction: TDirection read GetDirection write SetDirection; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.