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.
