Condition_IsVehicle
Description
Checks whether the given BaseObject is a vehicle.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The target object to check whether it is a vehicle. |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the selected BaseObject is a vehicle. | Target | IsVehicle | Equal |
| Checks whether the selected BaseObject is not a vehicle. | Target | IsVehicle | NotEqual |