Interface IMapNpc

Unit

Declaration

type IMapNpc = interface(IInterface)

Description

NPC spawn EMF entity

Attributes
GUID['{B1C88210-D36B-566E-83E1-F750986FCBA6}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCoords: ICoords;
Public procedure SetCoords(Coords: ICoords);
Public function GetId: Cardinal;
Public procedure SetId(Id: Cardinal);
Public function GetSpawnType: Cardinal;
Public procedure SetSpawnType(SpawnType: Cardinal);
Public function GetSpawnTime: Cardinal;
Public procedure SetSpawnTime(SpawnTime: Cardinal);
Public function GetAmount: Cardinal;
Public procedure SetAmount(Amount: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Coords: ICoords read GetCoords write SetCoords;
Public property Id: Cardinal read GetId write SetId;
Public property SpawnType: Cardinal read GetSpawnType write SetSpawnType;
Public property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime;
Public property Amount: Cardinal read GetAmount write SetAmount;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetCoords: ICoords;

This item has no description.

Public procedure SetCoords(Coords: ICoords);

This item has no description.

Public function GetId: Cardinal;

This item has no description.

Public procedure SetId(Id: Cardinal);

This item has no description.

Public function GetSpawnType: Cardinal;

This item has no description.

Public procedure SetSpawnType(SpawnType: Cardinal);

This item has no description.

Public function GetSpawnTime: Cardinal;

This item has no description.

Public procedure SetSpawnTime(SpawnTime: Cardinal);

This item has no description.

Public function GetAmount: Cardinal;

This item has no description.

Public procedure SetAmount(Amount: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMapNpc object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Coords: ICoords read GetCoords write SetCoords;

This item has no description.

Public property Id: Cardinal read GetId write SetId;

Note
Value range is 0-64008

Public property SpawnType: Cardinal read GetSpawnType write SetSpawnType;

Note
Value range is 0-252

Public property SpawnTime: Cardinal read GetSpawnTime write SetSpawnTime;

Note
Value range is 0-64008

Public property Amount: Cardinal read GetAmount write SetAmount;

Note
Value range is 0-252


Generated by PasDoc 0.16.0-snapshot.