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.
