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.