Table of Contents

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 int

The item ID of the created item.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.