Background for Skyrim SE
Member of the ConstructibleObject script
intfunctionGetNthIngredientQuantity(intn)Native

Description

Wiki Description

Returns the quantity needed of the Nth Ingredient for a ConstructibleObject. (This function requires SKSE)

Documentation Comment

Gets/Sets the quantity of Nth ingredient required


Caveats

CK Wiki - Notes

None


Parameters

intn

CK Wiki Description

the Nth Ingredient of the ContructibleObject


Examples

Int IngredientQuantity = RecipeArmorIronCuirass.GetNthIngredientQuantity(0) ; IngredientQuantity = 3

Auto-Generated Example

int myInt__n

int returnedValue = myConstructibleObject__toCallFunctionOn.GetNthIngredientQuantity(myInt__n)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.