- Found in:
- SKSE
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 = 1Auto-Generated Example
int returnedValue = myConstructibleObject__toCallFunctionOn.GetResultQuantity()