SetResultQuantity - ConstructibleObject
SKSE Member of: ConstructibleObject Script
Changes the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
SyntaxEdit
Function SetResultQuantity(Int Quantity) native
ParametersEdit
- Quantity : the quantity of result created by the ConstructibleObject
Return ValueEdit
None
ExamplesEdit
RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirassA.GetResultQuantity()*2)
NotesEdit
None