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