Description
Wiki Description
Gets the reference linked to this one. If there is no linked reference, it returns None.
Documentation Comment
Get our linked reference
Caveats
Parameters
Examples
; Get the linked ref for the parent marker
ObjectReference linkedRef = parentMarker.GetLinkedRef(); Get the linked ref for the special keyword
ObjectReference specialRef = parentMarker.GetLinkedRef(SpecialKeyword)Auto-Generated Example
Keyword myKeyword__apKeyword
ObjectReference returnedValue = myObjectReference__toCallFunctionOn.GetLinkedRef(myKeyword__apKeyword)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
