SetResult - ConstructibleObject

SKSE Member of: ConstructibleObject Script

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

SyntaxEdit

Function SetResult(Form Result) native

ParametersEdit

  • ResultĀ : the new Form created by the ContructibleObject

Return ValueEdit

None

ExamplesEdit

; Changes the Iron Cuirass created by the Steel Cuirass
RecipeArmorIronCuirass.SetResult(ArmorSteelCuirassA)
RecipeArmorIronCuirass.SetResult(RecipeArmorSteelCuirassA.GetResult())

NotesEdit

None

See AlsoEdit