GetResultQuantity - ConstructibleObject
Revision as of 08:15, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Returns the quantity of the result created by a Constructib...")
SKSE Member of: ConstructibleObject Script
Returns the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
Syntax
Int Function GetResultQuantity() native
Parameters
None
Return Value
Returns the quantity of the result created by a ConstructibleObject.
Examples
Int ResultQuantity = RecipeArmorIronCuirass.GetResultQuantity() ; ResultQuantity = 1
Notes
None