GetWorkbenchKeyword - ConstructibleObject

From the Fallout4 CreationKit Wiki
Revision as of 06:48, 18 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also