Method FindItemsOnGround
FindItemsOnGround(string, string, string, float)
Finds items on the ground by name. If no name is provided, all items are returned
public IReadOnlyList<ItemBehaviour> FindItemsOnGround(string name1 = "", string name2 = null, string name3 = null, float maxDistance = 15)