- Found in:
- SKSE
Description
Wiki Description
Returns the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
Documentation Comment
Gets/Sets the Workbench keyword (Which apparatus creates this)
Caveats
CK Wiki - Notes
None
Examples
Keyword WorkbenchKeyword = RecipeArmorIronCuirass.GetWorkbenchKeyword() ; WorkbenchKeyword = CraftingSmithingForgeAuto-Generated Example
Keyword returnedValue = myConstructibleObject__toCallFunctionOn.GetWorkbenchKeyword()