Background for Fallout 4
Member of the Location script
boolfunctionIsLinkedLocation(LocationakLocation, KeywordakKeyword)Native

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

  1. LocationakLocation

    CK Wiki Description

    The Location to link to.

  2. 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

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