Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomClientServerEvent

Extend alt.onClient and alt.emitServer auto-completion by merging interfaces.

example
declare module 'alt-client' {
   interface ICustomClientServerEvent {
       myEvent: (arg1: string, arg2: { key: string, value: number })
   }
}
export
interface

ICustomClientServerEvent

Hierarchy

  • ICustomClientServerEvent