AddLinkedLocation - Location

From the Fallout4 CreationKit Wiki
Revision as of 11:21, 24 April 2013 by imported>Iceburg333 (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Location Script

Adds a link between this location and the given one under the given keyword.

Syntax[edit | edit source]

Function AddLinkedLocation(Location akLoc, Keyword akKeyword) native

Parameters[edit | edit source]

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Link the actor's home location to the player's so they share crime data
ActorHomeLoc.AddLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);

See Also[edit | edit source]