get_position_timeline
Retrieve hero positions at regular intervals within a match to analyze movement patterns and team coordination.
Instructions
Get hero positions over a time range at regular intervals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | ||
| match_id | Yes | ||
| start_time | Yes | ||
| hero_filter | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| heroes | No | ||
| success | Yes | ||
| end_time | No | ||
| match_id | Yes | ||
| start_time | No | ||
| hero_filter | No | ||
| interval_seconds | No |