Table of Contents

Interface IItemEntity

Namespace
Moongate.UO.Data.Interfaces.Entities
Assembly
Moongate.UO.Data.dll

Contract for item entities.

public interface IItemEntity : IPositionEntity, IUOEntity
Inherited Members

Properties

GumpId

Gets the optional container gump identifier.

int? GumpId { get; }

Property Value

int?

ItemId

Gets the item graphic identifier.

int ItemId { get; }

Property Value

int

Methods

AddItem(IItemEntity, Point2D)

Adds an item to this item when it is a container.

void AddItem(IItemEntity item, Point2D position)

Parameters

item IItemEntity
position Point2D