For the complete documentation index, see llms.txt. This page is also available as Markdown.

Event Listeners

Use script.addListener to react to game events. All listeners must be registered during script initialization.

Basic Usage

script.addListener("EventName", (event) => {
    // handle event
});
https://github.com/LoseBypass/breeze-docs/blob/main/docs/api/events/README.md

Last updated