get_changes
Retrieve only map cells that changed since a given version to avoid re-reading the entire map. Pass a version from a previous response to get incremental updates.
Instructions
Get only the cells that changed since a given version — react to other players without re-reading the whole map. Workflow: take "version" from a previous map response, remember it, and pass it back here next time; the response carries a new "version" to use on the following call. Omit sinceVersion (or pass 0) to get everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sinceVersion | No | The "version" (epoch ms) from a previous map response. Omit or 0 to return every cell. |