SetResult - ConstructibleObject

From the CreationKit Wiki
Revision as of 07:58, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Changes the Form created by a ConstructibleObject. (This fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: ConstructibleObject Script

Changes the Form created by a ConstructibleObject. (This function requires SKSE)

Syntax

Function SetResult(Form NewResult) native

Parameters

  • NewResult : the new Form created by the ContructibleObject

Return Value

None

Examples

; Changes the Iron Cuirass created by the Steel Cuirass
RecipeArmorIronCuirass.SetResult(ArmorSteelCuirass)

Notes

None

See Also