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
| Parameter | Description |
|---|---|
| BaseObject | The vehicle used as the reference. |
| CompareType | The comparison operation to apply (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the target vehicle is owned by a household member of possessed Zoi | Self | IsHouseholdMemberOwnedVehicle | Equal |
| Checks whether the target vehicle is not owned by any household member | Self | IsHouseholdMemberOwnedVehicle | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents