GetNthIngredientQuantity - ConstructibleObject

SKSE Member of: ConstructibleObject Script

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

SyntaxEdit

Int Function GetNthIngredientQuantity(Int n) native

ParametersEdit

  • n : the Nth Ingredient of the ContructibleObject

Return ValueEdit

Returns the quantity needed of the Nth Ingredient for a ConstructibleObject.

ExamplesEdit

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

NotesEdit

None

See AlsoEdit