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