GetFormRecipes

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns an array of recipes that use a given item.

Syntax

[help]
(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.

See Also