WhereIsMyMind
Member
- Joined
- Oct 12, 2013
- Messages
- 848
Sup.
Loki.Bot.v3.Coroutines.IdItemsUsingInventoryCoroutine anyone used that? can I have some example code?
I ask as I cannot find doc beyond the following, where can I get more on IdItemsDelegate?? Because farked if I can figure this one out.
wimm
Loki.Bot.v3.Coroutines.IdItemsUsingInventoryCoroutine anyone used that? can I have some example code?
I ask as I cannot find doc beyond the following, where can I get more on IdItemsDelegate?? Because farked if I can figure this one out.
public static System.Threading.Tasks.Task<Coroutines.IdItemsCoroutineError> IdItemsUsingInventoryCoroutine([Loki.Bot.v3.Coroutines.IdItemsDelegate shouldIdItem = null], [object user = null])
Member of Loki.Bot.v3.Coroutines
Summary:
This coroutine will id all items in the inventory that match the shouldIdItem delegate until no more items remain, or there are no more id scrolls to use. It looks for id scrolls in the main inventory.
Parameters:
shouldIdItem: The delegate that determines if an item should be ided.
user: The user object that should be passed through the IdItemsDelegate.
Returns:
An IdItemsCoroutineError error that describes the result.
wimm