Dispatches an operating system event
Dispatches an event, calling all registered handlers with the provided arguments.
The name of the event to dispatch
The arguments to pass to the event handlers
await events.dispatch('item_pickup', 64, 1); // Dispatch diamond pickup event Copy
await events.dispatch('item_pickup', 64, 1); // Dispatch diamond pickup event
Dispatches an operating system event
See