[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
GetNthIngredientQuantity - ConstructibleObject
Jump to navigation
Jump to search
SKSE Member of: ConstructibleObject Script
Returns the quantity needed of the Nth Ingredient for a ConstructibleObject. (This function requires SKSE)
Syntax[edit | edit source]
Int Function GetNthIngredientQuantity(Int n) native
Parameters[edit | edit source]
- n : the Nth Ingredient of the ContructibleObject
Return Value[edit | edit source]
Returns the quantity needed of the Nth Ingredient for a ConstructibleObject.
Examples[edit | edit source]
Int IngredientQuantity = RecipeArmorIronCuirass.GetNthIngredientQuantity(0) ; IngredientQuantity = 3
Notes[edit | edit source]
None