Skip to main content

Condition_IsHouseholdMemberOwnedVehicle

Description

Checks whether the target vehicle is owned by any household member (housemate) of the current possessed Zoi. 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 household member of possessed ZoiSelfIsHouseholdMemberOwnedVehicleEqual
Checks whether the target vehicle is not owned by any household memberSelfIsHouseholdMemberOwnedVehicleNotEqual