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