GetWorkbenchKeyword - ConstructibleObject
SKSE Member of: ConstructibleObject Script
Returns the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
SyntaxEdit
Keyword Function GetWorkbenchKeyword() native
ParametersEdit
None
Return ValueEdit
Returns the Keyword of the workbench needed for a ConstructibleObject.
ExamplesEdit
Keyword WorkbenchKeyword = RecipeArmorIronCuirass.GetWorkbenchKeyword() ; WorkbenchKeyword = CraftingSmithingForge
NotesEdit
None