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.