GetWorkbenchKeyword - ConstructibleObject
Revision as of 09:14, 5 August 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Returns the Keyword of the workbench needed for a Construct...")
SKSE Member of: ConstructibleObject Script
Returns the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
Syntax[edit | edit source]
Keyword Function GetWorkbenchKeyword() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the Keyword of the workbench needed for a ConstructibleObject.
Examples[edit | edit source]
Keyword WorkbenchKeyword = RecipeArmorIronCuirass.GetWorkbenchKeyword() ; WorkbenchKeyword = CraftingSmithingForge
Notes[edit | edit source]
None