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

GetItem() public abstract method

Returns first item to match predicate, or null.
public abstract GetItem ( bool>.Func predicate, StartAt startAt ) : Item
predicate bool>.Func
startAt StartAt
return Item
		public abstract Item GetItem(Func<Item, bool> predicate, StartAt startAt);

Same methods

InventoryPocket::GetItem ( long entityId ) : Item