Methods
| Name | Description | |
|---|---|---|
| GetBaseCriticalSuccessChance | Gets the base chance to crit when crafting this recipe. | |
| GetCategory | Gets the category of the recipe. | |
| GetCategoryName | Gets the name of category of the recipe. | |
| GetCooldown | Gets the cooldown between using this recipe. | |
| GetCriticalResultItemInfo | Gets the item information for the item crafted by this recipe when the player crits. | |
| GetCriticalResultItemQuantity | Gets the quantity of the critical result item actually crafted when the player crits. | |
| GetExperienceReward | Gets the amount of crafting experience rewarded for crafting this recipe. | |
| GetIngredient | Gets the information for the specified ingredient. | |
| GetIngredientCount | Gets the number of ingredients required for the recipe. | |
| GetIngredientPack | Gets the recipe ingredient information for an ingredient pack that can be used instead of the recipe ingredients. | |
| GetName | Gets the name of the recipe. | |
| GetOptionalIngredient | Gets the information for the specified optional ingredient. | |
| GetOptionalIngredientCount | Gets the number of optional ingredients for the recipe. | |
| GetProfession | Gets the profession of the recipe. | |
| GetResultItemInfo | Gets the item information for the item crafted by this recipe. | |
| GetResultItemQuantity | Gets the quantity of the result item actually crafted. | |
| GetTier | Gets the tier of the recipe. | |
| HasCriticalResultItem | Gets if the recipe supports critical result items. | |
| IsSingleUse | Gets a flag indicating if the recipe is a single use recipe. |