Condition_OwnedVehicleSpawned
Description
Checks whether the vehicle owned by the given BaseObject is spawned.
Parameters
| Parameter | Description |
|---|
| BaseObject | The target BaseObject to check whether it owns a spawned vehicle. |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks whether the vehicle owned by the executing BaseObject is spawned. | Self | OwnedVehicleSpawned | Equal |
| Checks whether the vehicle owned by the executing BaseObject is despawned. | Self | OwnedVehicleSpawned | NotEqual |
| Checks whether the vehicle owned by the target BaseObject is spawned. | Target | OwnedVehicleSpawned | Equal |
| Checks whether the vehicle owned by the target BaseObject is despawned. | Target | OwnedVehicleSpawned | NotEqual |