NexureNexure
Racing SystemIntegrationsExports

Client

Launch the laptop or tablet UI via callable exports instead of events.

Nexure exposes lightweight Client when you prefer callable APIs over events. Each export instantly mirrors its matching client event.

nx_racing.openLaptop

exports.nx_racing:openLaptop()

Triggers the fullscreen laptop experience. Ideal for menu actions or command handlers that should force the racing HUD to cover the entire screen.

Mirrors nx_racing:client:openLaptop.

nx_racing.openTablet

exports.nx_racing:openTablet()

Opens the tablet-sized UI. Hook it into inventory "use" callbacks or radial menus whenever players should see a compact interface.

Mirrors nx_racing:client:openTablet.

On this page