Difference between revisions of "GetWorkbenchKeyword - ConstructibleObject"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Qazaaq
(added required f4se version)
 
Line 1: Line 1:
'''F4SE Member of:''' [[ConstructibleObject Script]]
'''F4SE Member of:''' [[ConstructibleObject Script]]
{{Template:Papyrus:RequiredF4SE|version=0.4.2}}


Gets the [[Keyword]] for this constructible object.
Gets the [[Keyword]] for this constructible object.

Latest revision as of 13:27, 21 January 2018

F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.

Gets the Keyword for this constructible object.

Syntax[edit | edit source]

Keyword Function GetWorkbenchKeyword() Native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Keyword for this constructible object.

Examples[edit | edit source]

Keyword benchKeyword = myConstructibleObject.GetWorkbenchKeyword()
Debug.Trace("This constructible object has the " + benchKeyword + " bench keyword.")

Notes[edit | edit source]

None

See Also[edit | edit source]