GetWorkbenchKeyword - ConstructibleObject
Revision as of 13:27, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Gets the Keyword for this constructible object.
Syntax
Keyword Function GetWorkbenchKeyword() Native
Parameters
None.
Return Value
The Keyword for this constructible object.
Examples
Keyword benchKeyword = myConstructibleObject.GetWorkbenchKeyword()
Debug.Trace("This constructible object has the " + benchKeyword + " bench keyword.")
Notes
None