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

HasSpace() public abstract method

Returns true if there's enough space for the item in this pocket.
public abstract HasSpace ( Item item ) : bool
item Item
return bool
		public abstract bool HasSpace(Item item);