API ReferenceveextensionsgameplayInterfaceModules
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.
Gameplay interface module for managing fuel tanks, batteries, and other energy storage devices. Supports fuel level queries, refueling, and battery charge management from the Game Engine layer.
Public API
| Variable | Type | Description |
|---|---|---|
moduleActions | table | Map of action names to handlers for energy storage operations (refuel, charge, drain). |
moduleLookups | table | Map of lookup names to getters for querying fuel/battery levels. |
See Also
- Gameplay Interface — Parent bridge module
- Interact Powertrain — Powertrain device control
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.
Interact Fire
Gameplay interface module for controlling vehicle fire simulation. Provides actions to ignite, extinguish, and query fire state on the vehicle.