GetFormRecipes
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Returns an array of recipes that use a given item.
Syntax
(array) GetFormRecipes ingredientItem:baseform recipeCategoryToFilterBy:baseform
Example
GetFormRecipes SpareParts
This will return an array containing RecipeWeaponRepairKit and RecipeBreakdownScrapMetalLead.
example = GetFormRecipeOutputs SpareParts ReloadingBenchRecipes
This will return an array containing RecipeBreakdownScrapMetalLead.