- Found in:
- SKSE
Description
Wiki Description
Changes the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
Caveats
CK Wiki - Notes
None
Parameters
Examples
; Makes the Iron Cuirass craftable at the Smelter
Keyword WBKeyword = CraftingSmelter
RecipeArmorIronCuirass.SetWorkbenchKeyword(WBKeyword)
RecipeArmorIronCuirass.SetWorkbenchKeyword(Keyword.GetKeyword("CraftingSmelter"))
RecipeArmorIronCuirass.SetWorkbenchKeyword(RecipeIngotIron.GetWorkbenchKeyword())Auto-Generated Example
Keyword myKeyword__aKeyword
myConstructibleObject__toCallFunctionOn.SetWorkbenchKeyword(myKeyword__aKeyword)