Server module (alt-server)FunctionsoffClientBranch: Release CandidateoffClient CallableoffClient<K>(eventName: K, listener: (player: Player, ...args: Parameters<ICustomClientServerEvent[K]>) => void): voidoffClient<K>(eventName: Exclude<K, never>, listener: (player: Player, ...args: any[]) => void): voidoffClient(eventName: string, listener: (player: Player, ...args: any[]) => void): voidoffClient(listener: (eventName: string, ...args: any[]) => void): voidUnsubscribes from a client event with the specified listener.Remarks Listener should be of the same reference as when event was subscribed to.Type parametersK: never
Unsubscribes from a client event with the specified listener.
Remarks
Listener should be of the same reference as when event was subscribed to.