Click or drag to resize
Ingredient Constructor
View Project on GitHub
The Ingredient constructor

Namespace: GW2CSharp.V2.Unauthenticated.Recipes
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Ingredient(
	int item_id,
	int count
)

Parameters

item_id
Type: SystemInt32
The id of the item in the recipe
count
Type: SystemInt32
The number of items for the recipe
See Also