API ReferenceveextensionsgameplayInterfaceModules
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.
Gameplay interface module for managing input controllers and drive modes. Handles shift mode changes (manual, automatic, arcade), ESC mode cycling, and controller configuration from the Game Engine layer.
Public API
| Variable | Type | Description |
|---|---|---|
moduleActions | table | Map of action names to handlers for controller/mode changes. |
moduleLookups | table | Map of lookup names to getters for querying current controller state. |
See Also
- Gameplay Interface — Parent bridge module
- Interact Electrics — Electrical system queries
Interact Cargo Containers
Gameplay interface module for managing cargo container attachments. Handles loading, unloading, and querying container state on flatbed and utility vehicles.
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.