Background for Fallout 4
Member of the ObjectReference script
voidfunctionSetLinkedRef(ObjectReferenceakLinkedRef, KeywordapKeyword=NONE)Native

Description

Wiki Description

Sets the reference linked to this one under the specified keyword.

Documentation Comment

Set our linked reference


Caveats


Parameters

ObjectReferenceakLinkedRef

CK Wiki Description

Reference to link to.

KeywordapKeyword=NONE

CK Wiki Description

Keyword to link under.

  • Default:None

Examples

; Set the linked ref for the actor
mineworker.SetLinkedRef( oremarker, WorkAtKeyword );

Auto-Generated Example

ObjectReference myObjectReference__akLinkedRef
Keyword myKeyword__apKeyword

myObjectReference__toCallFunctionOn.SetLinkedRef(myObjectReference__akLinkedRef, myKeyword__apKeyword)

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.