API Referenceveextensionstech
Vehicle Searcher
Collects comprehensive vehicle configuration and state data for search and indexing purposes. Returns a structured snapshot of the vehicle's current setup.
Collects comprehensive vehicle configuration and state data for search and indexing purposes. Returns a structured snapshot of the vehicle's current setup including parts, configuration, and capabilities.
Public API
| Function | Signature | Description |
|---|---|---|
collectVehicleData | () | Returns a table containing the vehicle's full configuration data for indexing. |
Usage Example
-- Collect vehicle data for search indexing
local data = extensions.tech_vehicleSearcher.collectVehicleData()See Also
- Vehicle POI — Points of interest on the vehicle
- Chassis Data — Vehicle dimensions
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.
Vehicle Systems Coupling
Manages coupling between different vehicle subsystems for co-simulation. Enables synchronized data exchange between powertrain, suspension, and external simulation tools.