IsLinkedLocation - Location

Revision as of 11:21, 24 April 2013 by imported>Iceburg333 (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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