GetResultQuantity - ConstructibleObject

From the CreationKit Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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

See Also