RemoveLinkedLocation - Location

Member of: Location Script

Removes the link between this location and the given one under the given keyword.

SyntaxEdit

Function RemoveLinkedLocation(Location akLoc, Keyword akKeyword) native

ParametersEdit

  • akLocation: The Location to remove link to.
  • akKeyword: The Keyword to remove link under.

Return ValueEdit

None

ExamplesEdit

; Break link between the actor's home location and the player's so they no longer share crime data
ActorHomeLoc.RemoveLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);

See AlsoEdit