SetWorkbenchKeyword - ConstructibleObject
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Sets the Keyword for this constructible object.
SyntaxEdit
Function SetWorkbenchKeyword(Keyword akKeyword) Native
ParametersEdit
- akKeyword: The Keyword for this constructible object.
Return ValueEdit
None
ExamplesEdit
myConstructibleObject.SetWorkbenchKeyword(WorkbenchCooking)
Debug.Trace("This constructible object has the " + WorkbenchCooking + " bench keyword.")
NotesEdit
None