Skip to main content

Condition_IsInSameFamilyTree

Description

Checks whether Self and Target belong to the same family tree (blood relation). Spouses are included in the same family tree, but a spouse's own family is not.

Parameters

ParameterDescription
BaseObjectSelf and Target are both evaluated; BaseObject is not applied
CompareTypeSupported compare types: Equal, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
If Self and Target share the same familySelfIsInSameFamilyTreeEqual
If Self and Target do not share a familySelfIsInSameFamilyTreeNotEqual
Check from Target's perspective (same)TargetIsInSameFamilyTreeEqual
Check from Target's perspective (not)TargetIsInSameFamilyTreeNotEqual