Events::getAllOf: Difference between revisions
(Created page with "This function gets all handlers of the specified event. ==Parameter(s)== * '''EventName''': <span style="color:#408DAE">String</span> ==Return== * '''Array''': <span style="...") |
No edit summary |
||
| Line 5: | Line 5: | ||
==Return== | ==Return== | ||
* '''Array''' | * '''Array''' | ||
==Syntax== | ==Syntax== | ||
Revision as of 21:05, 4 February 2018
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.Event.getAllOf('myEvent');