Skip to content

VimpClientInboundEvents

@vimp-mp/types 2.0.1

Interface · Server API

Custom events sent from server to a specific client (via player.emit) or broadcast to all clients (via vimp.emitAllClients).

Extend via declaration merging — the payload here is what the sending side passes and what the client's vimp.on(event, data => ...) receives.

ts
interface VimpClientInboundEvents

VIMP developer documentation