Update Conditions authored by Lxlp's avatar Lxlp
## Conditions ## Conditions
| Condition | Type | Description | | Condition | Type | Description |
|-------------------------|----------|-------------------------------------------------------------------| |-------------------------|----------|-------------------------------------------------------------------|
| [DrivingModel] | Entity | Checks if the target entity is the driver of a model | | [DrivingModel] | Entity | Checks if the target entity is the driver of a modeled entity |
| [RidingModel] | Entity | Checks if the target entity is a passenger of a model | | [RidingModel] | Entity | Checks if the target entity is a passenger of a modeled entity |
| [ModelHasDriver] | Entity | Checks if the target modelled entity has a driver | | [ModelHasDriver] | Entity | Checks if the target modeled entity has a driver |
| [ModelHasPassengers] | Entity | Checks if the target modelled entity has passengers | | [ModelHasPassengers] | Entity | Checks if the target modeled entity has passengers |
... ...
......