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

Description

Wiki Description

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

Documentation Comment

Gets/Sets the result of this recipe


Caveats

CK Wiki - Notes

None


Examples

ConstructibleObject Recipe = RecipeArmorIronCuirass
Form Result = Recipe.GetResult() ; Result = ArmorIronCuirass
Armor ArmorCreated = RecipeArmorIronCuirass.GetResult() as Armor ; ArmorCreated = ArmorIronCuirass

Auto-Generated Example

Form returnedValue = myConstructibleObject__toCallFunctionOn.GetResult()

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.