Skip to content
On this page

emitRaw()

No Description Provided

Function Definition

ts
function emitRaw<K extends string>(eventName: Exclude<K, keyof IServerEvent>, ...args: any[]): void;

Arguments

  • eventName: Exclude<K, keyof IServerEvent>
  • ...args: any[]

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk