Aura.Channel.World.Inventory.InventoryPocket.GetItemAt C# (CSharp) Method

GetItemAt() public abstract method

Returns the item at the location, or null.
public abstract GetItemAt ( int x, int y ) : Item
x int
y int
return Item
		public abstract Item GetItemAt(int x, int y);