Interface INpcUpdatePosition
Unit
Declaration
type INpcUpdatePosition = interface(IInterface)
Description
An NPC walking
Attributes
- GUID['{E1068D44-E44B-5BE9-8978-F3AD3A9B6253}']
Hierarchy
- IInterface
- INpcUpdatePosition
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetNpcIndex: Cardinal; |
![]() |
procedure _SetNpcIndex(NpcIndex: 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 NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex; |
![]() |
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 _GetNpcIndex: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetNpcIndex(NpcIndex: 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 NpcIndex: Cardinal read _GetNpcIndex write _SetNpcIndex; |
|
| |
![]() |
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.
