GetResultQuantity - ConstructibleObject
Jump to navigation
Jump to search
SKSE Member of: ConstructibleObject Script
Returns the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
Syntax[edit | edit source]
Int Function GetResultQuantity() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the quantity of the result created by a ConstructibleObject.
Examples[edit | edit source]
Int ResultQuantity = RecipeArmorIronCuirass.GetResultQuantity() ; ResultQuantity = 1
Notes[edit | edit source]
None