Skip to main content

Condition_OwnedVehicleSpawned

Description

Checks whether the vehicle owned by the given BaseObject is spawned.

Parameters

ParameterDescription
BaseObjectThe target BaseObject to check whether it owns a spawned vehicle.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether the vehicle owned by the executing BaseObject is spawned.SelfOwnedVehicleSpawnedEqual
Checks whether the vehicle owned by the executing BaseObject is despawned.SelfOwnedVehicleSpawnedNotEqual
Checks whether the vehicle owned by the target BaseObject is spawned.TargetOwnedVehicleSpawnedEqual
Checks whether the vehicle owned by the target BaseObject is despawned.TargetOwnedVehicleSpawnedNotEqual