Skip to main content

Condition_IsVehicleInParkingPlace

Description

Checks whether the vehicle is in a parked state.

Parameters

ParameterDescription
BaseObjectSelf: checks Self character's owned vehicle.
Target: checks the target vehicle.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether owned vehicle is parked.SelfIsVehicleInParkingPlaceEqual
Checks whether target vehicle is NOT parked.TargetIsVehicleInParkingPlaceNotEqual