Background for Skyrim SE
Member of the ConstructibleObject script
voidfunctionSetResult(Formresult)Native

Description

Wiki Description

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


Caveats

CK Wiki - Notes

None


Parameters

Formresult

CK Wiki Description

the new Form created by the ContructibleObject


Examples

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

Auto-Generated Example

Form myForm__result

myConstructibleObject__toCallFunctionOn.SetResult(myForm__result)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.