Background for Fallout 4
Member of the ConstructibleObject script
<UNKNOWN_SCRIPT: Keyword>functionGetWorkbenchKeyword()Native

Description

Wiki Description

Gets the Keyword for this constructible object.


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

Keyword returnedValue = myConstructibleObject__toCallFunctionOn.GetWorkbenchKeyword()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.