Events::getAllOf
This function gets all handlers of the specified event.
Parameter(s)
- EventName: String
Return
- Array
Syntax
Server-Side
The example below gets all handlers of "myEvent".
eventHandlers = mp.events.getAllOf('myEvent');
This function gets all handlers of the specified event.
Server-Side
The example below gets all handlers of "myEvent".
eventHandlers = mp.events.getAllOf('myEvent');