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

Description

Wiki Description

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

Documentation Comment

Gets/Sets the amount of results of this recipe


Caveats

CK Wiki - Notes

None


Examples

Int ResultQuantity = RecipeArmorIronCuirass.GetResultQuantity() ; ResultQuantity = 1

Auto-Generated Example

int returnedValue = myConstructibleObject__toCallFunctionOn.GetResultQuantity()

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.