- Found in:
- SKSE
Description
Wiki Description
Changes the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
Caveats
CK Wiki - Notes
None
Parameters
intquantity
CK Wiki Description
the quantity of result created by the ConstructibleObject
Examples
RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirassA.GetResultQuantity()*2)Auto-Generated Example
int myInt__quantity
myConstructibleObject__toCallFunctionOn.SetResultQuantity(myInt__quantity)