Difference between revisions of "SetResultQuanity - ConstructibleObject"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Seigneur Voland
m
imported>Seigneur Voland
m (Blanked the page)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:SKSE]]
'''SKSE Member of:''' [[ConstructibleObject Script]]


Changes the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
== Syntax ==
<source lang="papyrus">
Function SetResultQuantity(Int Quantity) native
</source>
== Parameters ==
*Quantity : the quantity of result created by the ConstructibleObject
== Return Value ==
None
== Examples ==
<source lang="papyrus">
RecipeArmorIronCuirass.SetResultQuantity(2) ; 2 Armors for 1 today !
RecipeArmorIronCuirass.SetResultQuantity(RecipeArmorSteelCuirass.GetResultQuantity())
</source>
== Notes ==
None
== See Also ==
*[[ConstructibleObject Script]]
*[[MiscObject Script]]
*[[GetResultQuantity - ConstructibleObject]]

Latest revision as of 09:29, 5 August 2012