API Referenceveextensionstech
Tyre Barrier
Sensor extension that detects when vehicle tires cross defined barrier boundaries. Used for track limits detection and racing scenario enforcement.
Sensor extension that detects when vehicle tires cross defined barrier boundaries. Used for track limits detection, racing scenario lap validation, and off-track penalty enforcement.
Public API
| Function | Signature | Description |
|---|---|---|
create | (data) | Creates a new tyre barrier sensor with the specified boundary definitions. |
Usage Example
-- Create a tyre barrier sensor
extensions.tech_tyreBarrier.create({
-- barrier configuration
})See Also
- TechCore — External API for barrier event queries
- Roads Sensor — Road geometry detection
Trail Sim
Automated vehicle maneuver simulation for trailer stability testing. Drives the vehicle at a set speed with configurable steering inputs to test trailer sway characteristics.
Vehicle Points of Interest
Collects and exposes notable points on the vehicle (doors, trunk, hood, fuel cap) for use by external systems and scenario logic.