Skip to main content

Condition_IsVehicle

Description

Checks whether the given BaseObject is a vehicle.

Parameters

ParameterDescription
BaseObjectThe target object to check whether it is a vehicle.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether the selected BaseObject is a vehicle.TargetIsVehicleEqual
Checks whether the selected BaseObject is not a vehicle.TargetIsVehicleNotEqual