Background for Skyrim SE
Member of the ConstructibleObject script
voidfunctionSetResultQuantity(intquantity)Native

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.