Method GetRecipesIndexByOutputItemId
- Namespace
- GuildWars2.Hero.Crafting.Recipes
- Assembly
- GuildWars2.dll
GetRecipesIndexByOutputItemId(int, CancellationToken)
Retrieves the IDs of all recipes for creating the specified output item.
public Task<(HashSet<int> Value, MessageContext Context)> GetRecipesIndexByOutputItemId(int outputItemId, CancellationToken cancellationToken = default)
Parameters
outputItemIdintThe item ID of the created item.
cancellationTokenCancellationTokenA token to cancel the request.