Aura.Channel.World.Inventory.InventoryPocket.GetItemAt C# (CSharp) Méthode

GetItemAt() public abstract méthode

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