GetResult - ConstructibleObject
Revision as of 07:24, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Returns the Form created by a ConstructibleObject. (This fu...")
SKSE Member of: ConstructibleObject Script
Returns the Form created by a ConstructibleObject. (This function requires SKSE)
Syntax
Form Function GetResult() native
Parameters
- Output : the Form created by the recipe
Return Value
Returns the Form created by a ConstructibleObject.
Examples
ConstructibleObject Recipe = RecipeArmorIronCuirass
Form Output = Recipe.GetResult() ; Output = ArmorIronCuirass
Armor TemperedArmor = TemperArmorIronCuirass.GetResult() as Armor ; TemperedArmor = ArmorIronCuirass
Notes
None