Drain buffered LCU events
lol_events_pollPoll buffered League of Legends client events using a cursor to get new events and a new cursor, while handling dropped and truncated event data.
Instructions
Return buffered events with seq greater than "since", plus the new cursor. A non-zero "dropped" means the buffer wrapped and that many events were lost after your cursor. Entries with truncated: true had their data clipped at 4 KB — re-fetch the full body with lol_get on the entry uri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max entries to return, default 100 | |
| since | No | cursor from the previous poll; omit to start at 0 | |
| filter | No | extra URI prefix applied at poll time |