Package-level declarations
Types
Cancels the coroutine job registered in the client's CancellableEventsHolder under cancellableEventId, stopping whatever RunCancellableEvents started with that id.
Runs this event's own events list inside a cancellable job registered in the client's CancellableEventsHolder under cancellableEventId. A later CancelEvents carrying the same id stops the job mid-flight.
Runs this event's own events list inline, in order, each receiving this event's incomingData. It is the way to fan a single trigger out into several events, or to group events for reuse.
Looks up the event registered on the screen under eventId and runs it inline, letting one event chain re-use another that lives on a different tile.
Patches events that are already registered on the screen. Each Update targets an event by Update.eventId and merges Update.data into it, the same way UpdateTiles patches a tile, so a chain can rewrite another event's parameters before it runs.