GetNthIngredientQuantity - ConstructibleObject

From the CreationKit Wiki
Revision as of 09:48, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Returns the quantity needed of the Nth Ingredient for a Con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

See Also[edit | edit source]