Send an event to all event handlers
| <viz>.sendEvent( | |
| event | |
| *args |
)
event
The ID of the event to send.
*args
Variable number of arguments to send along with the event
This command will send the specified event to all event handlers that are listening for the event.
None