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