Skip to main content

Condition_IsFamilyRelativeOwnedVehicle

Description

Checks whether the target vehicle is owned by any family relative of the current possessed Zoi. Family relatives are determined using FamilyRelationship query (within 4th-degree blood relatives + spouse). Self is included in the check (returns true if Self owns the target vehicle as well).

Parameters

ParameterDescription
BaseObjectThe vehicle used as the reference.
CompareTypeThe comparison operation to apply (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether the target vehicle is owned by a family relative of the possessed ZoiSelfIsFamilyRelativeOwnedVehicleEqual
Checks whether the target vehicle is not owned by any family relativeSelfIsFamilyRelativeOwnedVehicleNotEqual