Description
Wiki Description
Checks for a link between this location and the given one under the given keyword.
Documentation Comment
Is this location linked to the given one under the given keyword?
Parameters
LocationakLocation
CK Wiki Description
The Location to link to.
KeywordakKeyword
CK Wiki Description
The Keyword to link under.
Examples
; Check if the actor's home location and the player's share crime data
bool breportcrime = ActorHomeLoc.IsLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);Auto-Generated Example
Location myLocation__akLocation
Keyword myKeyword__akKeyword
bool returnedValue = myLocation__toCallFunctionOn.IsLinkedLocation(myLocation__akLocation, myKeyword__akKeyword)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
