Background for Fallout 4
Member of the Location script
voidfunctionAddLinkedLocation(LocationakLoc, KeywordakKeyword)Native

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

LocationakLoc

CK Wiki Description

The Location to link to.

KeywordakKeyword

CK Wiki Description

The Keyword to link under.


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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.