GetResultQuantity - ConstructibleObject

SKSE Member of: ConstructibleObject Script

Returns the quantity of the result created by a ConstructibleObject. (This function requires SKSE)

SyntaxEdit

Int Function GetResultQuantity() native

ParametersEdit

None

Return ValueEdit

Returns the quantity of the result created by a ConstructibleObject.

ExamplesEdit

Int ResultQuantity = RecipeArmorIronCuirass.GetResultQuantity() ; ResultQuantity = 1

NotesEdit

None

See AlsoEdit