API ReferenceveextensionsgameplayInterfaceModules
Interact Cargo Containers
Gameplay interface module for managing cargo container attachments. Handles loading, unloading, and querying container state on flatbed and utility vehicles.
Gameplay interface module for managing cargo container attachments. Handles loading, unloading, and querying container state on flatbed and utility vehicles from the Game Engine layer.
Public API
| Variable | Type | Description |
|---|---|---|
moduleActions | table | Map of action names to handlers for cargo operations (load, unload, secure). |
moduleLookups | table | Map of lookup names to getters for querying cargo state. |
See Also
- Gameplay Interface — Parent bridge module
- Couplings — Trailer coupling system
Interact Beamstate
Gameplay interface module for querying and modifying the vehicle's structural state. Provides actions for damage application, part breakage, and beam integrity checks.
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.