IsLinkedLocation - Location

Member of: Location Script

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

SyntaxEdit

bool Function IsLinkedLocation(Location akLoc, Keyword akKeyword) native

ParametersEdit

Return ValueEdit

True if a link exists between the two locations under the given keyword

ExamplesEdit

; Check if the actor's home location and the player's share crime data
bool breportcrime = ActorHomeLoc.IsLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);

See AlsoEdit