Client module (alt-client)FunctionsemitServerRawBranch: DevelopmentemitServerRaw CallableemitServerRaw<K>(eventName: K, ...args: Parameters<ICustomClientServerEvent[K]>): voidemitServerRaw<K>(eventName: Exclude<K, never>, ...args: any[]): voidEmits specified event to server.Remarks Works only from JS (Client) to JS (Server)Type parametersK: never
Emits specified event to server.
Remarks
Works only from JS (Client) to JS (Server)