Difference between revisions of "GetResultQuantity - ConstructibleObject"
Jump to navigation
Jump to search
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...") |
imported>Seigneur Voland m |
||
Line 27: | Line 27: | ||
*[[ConstructibleObject Script]] | *[[ConstructibleObject Script]] | ||
*[[MiscObject Script]] | *[[MiscObject Script]] | ||
*[[SetResultQuantity - ConstructibleObject]] |
Latest revision as of 08:16, 5 August 2012
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