Racing SystemIntegrations
Exports
Call racing functions directly from your scripts via exports.
Nexure Racing provides exports for when you need direct programmatic control rather than event-driven workflows. Each export mirrors a corresponding event for flexibility.
Export Categories
Client Exports
Open the laptop or tablet UI from client scripts.
Server Exports
Manage races and players from server scripts.
When to Use Exports
- Inventory Callbacks: Trigger the tablet UI when a player uses an item.
- Menu Actions: Open the racing interface from radial menus or commands.
- Custom Commands: Build admin tools or shortcuts that launch racing features.
- Framework Bridges: Integrate with job systems, phone apps, or other resources.
Prefer Events?
If you want to react to racing actions rather than trigger them, check out the Events section.