Interface IMapItem

Unit

Declaration

type IMapItem = interface(IInterface)

Description

Item spawn EMF entity

Attributes
GUID['{133DD5D6-B5BB-5FE7-9892-CB168AE51401}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCoords: ICoords;
Public procedure SetCoords(Coords: ICoords);
Public function GetKey: Cardinal;
Public procedure SetKey(Key: Cardinal);
Public function GetChestSlot: Cardinal;
Public procedure SetChestSlot(ChestSlot: Cardinal);
Public function GetItemId: Cardinal;
Public procedure SetItemId(ItemId: 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 Key: Cardinal read GetKey write SetKey;
Public property ChestSlot: Cardinal read GetChestSlot write SetChestSlot;
Public property ItemId: Cardinal read GetItemId write SetItemId;
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 GetKey: Cardinal;

This item has no description.

Public procedure SetKey(Key: Cardinal);

This item has no description.

Public function GetChestSlot: Cardinal;

This item has no description.

Public procedure SetChestSlot(ChestSlot: Cardinal);

This item has no description.

Public function GetItemId: Cardinal;

This item has no description.

Public procedure SetItemId(ItemId: 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 IMapItem 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 Key: Cardinal read GetKey write SetKey;

Note
Value range is 0-64008

Public property ChestSlot: Cardinal read GetChestSlot write SetChestSlot;

Note
Value range is 0-252

Public property ItemId: Cardinal read GetItemId write SetItemId;

Note
Value range is 0-64008

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-16194276


Generated by PasDoc 0.16.0-snapshot.