Input Analyzer
Detects specific user input sequences such as cheat codes or button combos. Monitors controller and keyboard inputs each frame to match predefined patterns.
Detects specific user input sequences such as cheat codes or button combos. Monitors controller and keyboard inputs each frame to match predefined patterns and triggers callbacks when sequences are completed.
State Fields
M.updateGFX -- function reference, set to the active update loop when monitoringUsage Example
-- Load the input analyzer
extensions.load("inputAnalyzer")See Also
- Gameplay Interface — External input routing
- Quick Access — Menu proxy system
Gameplay Statistic
Centralized reporting hub for vehicle gameplay metrics and achievements. Collects data from watcher sub-modules and aggregates statistics like airtime, burnouts, and distance traveled.
MQTT Grafana Demo
Streams vehicle telemetry data to an MQTT broker for real-time visualization in Grafana dashboards. Demonstrates integration between BeamNG and external monitoring tools.