Background for Starfield
Member of the Location script
Location[]functionGetAllLinkedLocations(KeywordakKeyword)Native

Description

Wiki Description

Returns an array of all locations linked to this one under the given keyword.

Documentation Comment

Returns an array of all locations linked to this one under the given keyword


Parameters

  1. KeywordakKeyword

    CK Wiki Description

    The Keyword find links under.


Examples

; Find all locations that shared crime with the player's home
CrimeLocArray = PlayerHomeLoc.GetAllLinkedLocations(SharesCrimeKeyword);

Auto-Generated Example

Keyword myKeyword__akKeyword

Location[] returnedValue = myLocation__toCallFunctionOn.GetAllLinkedLocations(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.