API ReferenceveextensionsgameplayInterfaceModules
Interact Electrics
Gameplay interface module for querying and controlling the vehicle's electrical systems. Provides access to lights, signals, gauges, and switch states from the Game Engine.
Gameplay interface module for querying and controlling the vehicle's electrical systems. Provides access to lights, signals, gauges, and switch states from the Game Engine layer.
Public API
| Variable | Type | Description |
|---|---|---|
moduleActions | table | Map of action names to handlers for setting electrical values (lights, signals). |
moduleLookups | table | Map of lookup names to getters for reading electrics values. |
See Also
- Gameplay Interface — Parent bridge module
- Interact Controller — Drive mode management
Interact Controller
Gameplay interface module for managing input controllers and drive modes. Handles shift mode changes, ESC mode cycling, and controller configuration from the Game Engine.
Interact Energy Storage
Gameplay interface module for managing fuel tanks, batteries, and other energy storage devices. Supports fuel level queries, refueling, and battery charge management.