Skip to content
On this page

getRemoteEventListeners()

Gets all the listeners that have been subscribed using onClient(string, (player: Player, ...args: any[]) => void) for the specified remote event.

Function Definition

ts
function getRemoteEventListeners(eventName: string | null): ((...args: any[]) => void)[];

Arguments

  • eventName: string | null): ((...args: any[]) => void

Returns

  • ((...args: any[]) => void)[]

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk