- Found in:
- Vanilla
voidfunctionSetLinkedRef(ObjectReferenceakLinkedRef, KeywordapKeyword=NONE, boolabPromoteParentRefr=true)Native
Description
Wiki Description
Sets the reference linked to this one under the specified keyword.
Documentation Comment
Set our linked reference
Parameters
ObjectReferenceakLinkedRef
CK Wiki Description
Reference to link to.
KeywordapKeyword=NONE
CK Wiki Description
Keyword to link under.
- Default:None
boolabPromoteParentRefr=true
Examples
; Set the linked ref for the actor
mineworker.SetLinkedRef( oremarker, WorkAtKeyword );Auto-Generated Example
ObjectReference myObjectReference__akLinkedRef
Keyword myKeyword__apKeyword
bool myBool__abPromoteParentRefr
myObjectReference__toCallFunctionOn.SetLinkedRef(myObjectReference__akLinkedRef, myKeyword__apKeyword, myBool__abPromoteParentRefr)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
