-
Notifications
You must be signed in to change notification settings - Fork 21
API Reference
James Errington edited this page Jun 14, 2018
·
10 revisions
| Key | Value Type | Value Description |
|---|---|---|
| club | string | Club that ran the Event |
| comment | string | Event comment |
| date | string | Date of event as YYYY-MM-DD |
| format | number | 1 => 'Normal Event', 2 => 'Event with no Results', 3 => 'Score Event' |
| id | number | Event id |
| locked | boolean | true if Event is locked to new routes |
| mapid | string | id of map used for Event |
| name | string | Event name |
| type | string | 'I' => 'International', 'N' => 'National', 'R' => 'Regional', 'L' => 'Local', 'T' => 'Training' |
| Key | Value Type | Value Description |
|---|---|---|
| A | number | |
| B | number | |
| C | number | |
| D | number | |
| E | number | |
| F | number | |
| suffix | string | '.gif' if map file is a .gif |
| Key | Value Type | Value Description |
|---|---|---|
| codes | string[] | Array of control codes |
| courseid | number | Course id |
| name | string | Course name |
| xpos | number[] | Array of control x positions |
| ypos | number[] | Array of control y positions |