Interface IItemMapInfo

Unit

Declaration

type IItemMapInfo = interface(IInterface)

Description

Information about a nearby item on the ground

Attributes
GUID['{1C24339A-AE86-52C6-A5F6-41547F153AC3}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetUid: Cardinal;
Public procedure _SetUid(Uid: Cardinal);
Public function _GetId: Cardinal;
Public procedure _SetId(Id: Cardinal);
Public function _GetCoords: ICoords;
Public procedure _SetCoords(Coords: ICoords);
Public function _GetAmount: Cardinal;
Public procedure _SetAmount(Amount: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Uid: Cardinal read _GetUid write _SetUid;
Public property Id: Cardinal read _GetId write _SetId;
Public property Coords: ICoords read _GetCoords write _SetCoords;
Public property Amount: Cardinal read _GetAmount write _SetAmount;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetUid: Cardinal;

This item has no description.

Public procedure _SetUid(Uid: Cardinal);

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 _GetCoords: ICoords;

This item has no description.

Public procedure _SetCoords(Coords: ICoords);

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 IItemMapInfo 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 Uid: Cardinal read _GetUid write _SetUid;

Note
Value range is 0-64008

Public property Id: Cardinal read _GetId write _SetId;

Note
Value range is 0-64008

Public property Coords: ICoords read _GetCoords write _SetCoords;

This item has no description.

Public property Amount: Cardinal read _GetAmount write _SetAmount;

Note
Value range is 0-16194276


Generated by PasDoc 0.16.0-snapshot.