GetWorkbenchKeyword - ConstructibleObject
Revision as of 06:48, 18 October 2017 by imported>Qazaaq (added f4se member)
F4SE Member of: ConstructibleObject Script
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