SetResult - ConstructibleObject
Revision as of 10:07, 5 August 2012 by imported>Seigneur Voland
SKSE Member of: ConstructibleObject Script
Changes the Form created by a ConstructibleObject. (This function requires SKSE)
Syntax[edit | edit source]
Function SetResult(Form Result) native
Parameters[edit | edit source]
- Result : the new Form created by the ContructibleObject
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Changes the Iron Cuirass created by the Steel Cuirass
RecipeArmorIronCuirass.SetResult(ArmorSteelCuirassA)
RecipeArmorIronCuirass.SetResult(RecipeArmorSteelCuirassA.GetResult())
Notes[edit | edit source]
None