- Found in:
- SKSE
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 = 3Auto-Generated Example
int myInt__n
int returnedValue = myConstructibleObject__toCallFunctionOn.GetNthIngredientQuantity(myInt__n)