Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomServerClientEvent

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

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

ICustomServerClientEvent

Hierarchy

  • ICustomServerClientEvent