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

Description

Wiki Description

Sets the Keyword for this constructible object.


Caveats

CK Wiki - Notes

None


Parameters

<UNKNOWN_SCRIPT: Keyword>akKeyword

CK Wiki Description

The Keyword for this constructible object.


Examples

myConstructibleObject.SetWorkbenchKeyword(WorkbenchCooking)
Debug.Trace("This constructible object has the " + WorkbenchCooking + " bench keyword.")

Auto-Generated Example

Keyword myKeyword__akKeyword

myConstructibleObject__toCallFunctionOn.SetWorkbenchKeyword(myKeyword__akKeyword)

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.