Interface IMapNpc
Unit
Declaration
type IMapNpc = interface(IInterface)
Description
NPC spawn EMF entity
Attributes
- GUID['{B1C88210-D36B-566E-83E1-F750986FCBA6}']
Hierarchy
- IInterface
- IMapNpc
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetId: Cardinal; |
![]() |
procedure SetId(Id: Cardinal); |
![]() |
function GetSpawnType: Cardinal; |
![]() |
procedure SetSpawnType(SpawnType: Cardinal); |
![]() |
function GetSpawnTime: Cardinal; |
![]() |
procedure SetSpawnTime(SpawnTime: Cardinal); |
![]() |
function GetAmount: Cardinal; |
![]() |
procedure SetAmount(Amount: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
![]() |
property Id: Cardinal read GetId write SetId; |
![]() |
property SpawnType: Cardinal read GetSpawnType write SetSpawnType; |
![]() |
property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime; |
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCoords: ICoords; |
This item has no description. |
![]() |
procedure SetCoords(Coords: ICoords); |
This item has no description. |
![]() |
function GetId: Cardinal; |
This item has no description. |
![]() |
procedure SetId(Id: Cardinal); |
This item has no description. |
![]() |
function GetSpawnType: Cardinal; |
This item has no description. |
![]() |
procedure SetSpawnType(SpawnType: Cardinal); |
This item has no description. |
![]() |
function GetSpawnTime: Cardinal; |
This item has no description. |
![]() |
procedure SetSpawnTime(SpawnTime: Cardinal); |
This item has no description. |
![]() |
function GetAmount: Cardinal; |
This item has no description. |
![]() |
procedure SetAmount(Amount: Cardinal); |
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 Coords: ICoords read GetCoords write SetCoords; |
This item has no description. |
![]() |
property Id: Cardinal read GetId write SetId; |
|
![]() |
property SpawnType: Cardinal read GetSpawnType write SetSpawnType; |
|
![]() |
property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime; |
|
![]() |
property Amount: Cardinal read GetAmount write SetAmount; |
|
Generated by PasDoc 0.16.0-snapshot.