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
| Parameter | Description |
|---|---|
| BaseObject | Self and Target are both evaluated; BaseObject is not applied |
| CompareType | Supported compare types: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| If Self and Target share the same family | Self | IsInSameFamilyTree | Equal |
| If Self and Target do not share a family | Self | IsInSameFamilyTree | NotEqual |
| Check from Target's perspective (same) | Target | IsInSameFamilyTree | Equal |
| Check from Target's perspective (not) | Target | IsInSameFamilyTree | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents