- Found in:
- PO3's PE
voidfunctionSetLinkedRef(ObjectReferenceakRef, ObjectReferenceakTargetRef, KeywordakKeyword=NONE)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Sets linked ref. Pass None into akTargetRef to unset the linked ref.
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
ObjectReference myObjectReference__akTargetRef
Keyword myKeyword__akKeyword
PO3_SKSEFunctions.SetLinkedRef(myObjectReference__akRef, myObjectReference__akTargetRef, myKeyword__akKeyword)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
