Token Move
token_moveMove a token to new x/y coordinates on a map and synchronize the updated position across all connected clients via map.changed broadcast.
Instructions
移动 token(REST PUT position;WS 广播 map.changed 同步全桌)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| map_id | Yes | ||
| token_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||