Need Predefined Collision Event
Describe your Question or Problem
Having a predefined collision event to mention Collision between any entities would help. For example
until((@collision) or (@compact_car.collision) or (@sedan.collision) or (@compact_car.collision(sedan)))
Describe your research
Ask your question
So, would like to know can we expect such predefined collision event to use it with qualifying events? The event could accept any number of parameters ranging from 0 to 2. The definition of collision event could be something similar to
- If no parameters are provided, then collision between any two entities involved in the scenario
- If only one parameters is provided, then collision between the given entity and any other entities in the scenario
- If two parameters are provided, then collision between those two entities