Description
Wiki Description
Removes the link between this location and the given one under the given keyword.
Documentation Comment
Removes any link between this location and the given one under the given keyword
Caveats
Parameters
Examples
; Break link between the actor's home location and the player's so they no longer share crime data
ActorHomeLoc.RemoveLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);Auto-Generated Example
Location myLocation__akLoc
Keyword myKeyword__akKeyword
myLocation__toCallFunctionOn.RemoveLinkedLocation(myLocation__akLoc, myKeyword__akKeyword)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
