Condition_IsVehicleInParkingPlace
Description
Checks whether the vehicle is in a parked state.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Self: checks Self character's owned vehicle. |
| Target: checks the target vehicle. | |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether owned vehicle is parked. | Self | IsVehicleInParkingPlace | Equal |
| Checks whether target vehicle is NOT parked. | Target | IsVehicleInParkingPlace | NotEqual |