API ReferenceveextensionsgameplayInterfaceModules
Interact Part Condition
Gameplay interface module for managing individual part wear and damage conditions. Provides get/set access to part integrity, visual damage, and thermal state.
Gameplay interface module for managing individual part wear and damage conditions. Provides get/set access to part integrity, visual damage, and thermal state from the Game Engine layer. Used by the career/garage system to persist part conditions.
Public API
| Variable | Type | Description |
|---|---|---|
moduleActions | table | Map of action names to handlers for setting part conditions. |
moduleLookups | table | Map of lookup names to getters for reading part condition data. |
See Also
- Gameplay Interface — Parent bridge module
- Interact Beamstate — Structural state management
Interact Misc
Gameplay interface module for miscellaneous vehicle actions. Handles horn, paint color, license plate text, and other general-purpose operations.
Interact Powertrain
Gameplay interface module for querying and controlling powertrain devices. Provides actions for engine control, transmission shifting, and device state queries.