Method GetRecipesIndexByOutputItemId
- Namespace
- GuildWars2.Hero.Crafting.Recipes
- Assembly
- GW2SDK.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
outputItemId
intThe item ID of the created item.
cancellationToken
CancellationTokenA token to cancel the request.