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

Description

Wiki Description

Changes the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)


Caveats

CK Wiki - Notes

None


Parameters

KeywordaKeyword

CK Wiki Description

the new Keyword of the workbench needed


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)

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.