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
LocationakOther
CK Wiki Description
The other location to look at.
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
- Location
- Location.IsChild(...)
- Location.IsSameLocation(...)
