Background for Skyrim SE
Member of the Location script
boolfunctionHasCommonParent(LocationakOther, KeywordakFilter=NONE)Native

Description

Wiki Description

Returns if this location and the other have a common parent (filtering with a keyword, if provided). If the locations are identical, the function will return false.

Documentation Comment

Returns if these two locations have a common parent - filtered with the keyword, if provided


Parameters

  1. LocationakOther

    CK Wiki Description

    The other location to look at.

  2. KeywordakFilter=NONE

    CK Wiki Description

    The Keyword to filter with, if provided.


Examples

No human-generated examples found for this function.

Auto-Generated Example

Location myLocation__akOther
Keyword myKeyword__akFilter

bool returnedValue = myLocation__toCallFunctionOn.HasCommonParent(myLocation__akOther, myKeyword__akFilter)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.