Condition_IsOwnedVehicle
Description
Checks whether the target vehicle is owned by the current possessed Zoi.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The vehicle used as the reference (Target). |
| CompareType | The comparison operation to apply (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the target vehicle is owned by the current possessed Zoi. | Target | IsOwnedVehicle | Equal |
| Checks whether the target vehicle is not owned by the current possessed Zoi. | Target | IsOwnedVehicle | NotEqual |