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
Caveats
Parameters
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
