Class TNpcMapInfo
Unit
Declaration
type TNpcMapInfo = class(TInterfacedObject, INpcMapInfo)
Description
Information about a nearby NPC
Hierarchy
- TInterfacedObject
- TNpcMapInfo
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); |
![]() |
class function Deserialize(Reader: TEoReader): TNpcMapInfo; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TNpcMapInfo; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.