SetWorkbenchKeyword - ConstructibleObject
Jump to navigation
Jump to search
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Sets the Keyword for this constructible object.
Syntax[edit | edit source]
Function SetWorkbenchKeyword(Keyword akKeyword) Native
Parameters[edit | edit source]
- akKeyword: The Keyword for this constructible object.
Return Value[edit | edit source]
None
Examples[edit | edit source]
myConstructibleObject.SetWorkbenchKeyword(WorkbenchCooking)
Debug.Trace("This constructible object has the " + WorkbenchCooking + " bench keyword.")
Notes[edit | edit source]
None