API Referencevecontrollertech
Tech Screens Controller
Manages auxiliary display screens in the vehicle (infotainment, instrument clusters) for BeamNG.tech integrations. Allows external applications to render content on in-vehicle displays.
Manages auxiliary display screens in the vehicle (infotainment, instrument clusters) for BeamNG.tech integrations. Allows external applications to render content on in-vehicle displays.
Hooks
| Hook | Description |
|---|---|
init(jbeamData) | Communicates with the Game Engine to spawn and position additional rendering views based on the provided screen geometry. |
updateGFX(dt) | Placeholder for future dynamic screen adjustments. |
reset(jbeamData) | Re-initializes all screen views. |
See Also
- Generic Gauges — Gauge display system
Roads Sensor
BeamNG.tech sensor that detects road surface properties under the vehicle — surface type, friction coefficient, road width, and curvature. Useful for ADAS development and autonomous driving research.
Tyre Barrier Controller
Controls tire barrier objects used in track/course design. Manages the physical behavior and reset logic for deformable tire barriers.