Method FindNearestItemOnGround
FindNearestItemOnGround(string, string, string, float)
public ItemBehaviour FindNearestItemOnGround(string name1 = "", string name2 = null, string name3 = null, float maxDistance = 15)
Parameters
Returns
FindNearestItemOnGround(Predicate<ItemBehaviour>, float)
public ItemBehaviour FindNearestItemOnGround(Predicate<ItemBehaviour> predicate, float maxDistance = 15)
Parameters
predicate
Predicate<ItemBehaviour>maxDistance
float