Racing SystemIntegrations
Events
React to race lifecycle events on both client and server.
Nexure Racing emits events throughout the race lifecycle, allowing you to build custom HUDs, logging systems, Discord integrations, and more.
Event Categories
Client Events
UI toggles and real-time race data on the client.
Server Events
Race state changes and player actions on the server.
When to Use Events
- HUD Updates: React to race start/finish for custom overlays.
- Logging: Track race results, participant stats, or leaderboard changes.
- External Integrations: Push race data to Discord, databases, or analytics.
- Sound Effects: Play audio cues when races begin or end.
Prefer Exports?
If you need to trigger actions rather than listen for them, check out the Exports section.