SetResultQuanity - ConstructibleObject

Revision as of 09:23, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Changes the quantity of the result created by a Constructib...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: ConstructibleObject Script

Changes the quantity of the result created by a ConstructibleObject. (This function requires SKSE)

Syntax

Function SetResultQuantity(Int Quantity) native

Parameters

  • Quantity : the quantity of result created by the ConstructibleObject

Return Value

None

Examples

RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirass.GetResultQuantity)

Notes

None

See Also