Documentation for the consts

This commit is contained in:
Nathan Kellenicki 2018-12-30 20:49:41 -08:00
parent 7bdbfbdceb
commit ad58052b72
3 changed files with 3 additions and 3 deletions

View File

@ -1691,7 +1691,7 @@ Emits on a speed change.
| Name | Type | Description | | Name | Type | Description |
| --- | --- | --- | | --- | --- | --- |
| BREAK | <code>number</code> | 3 | | BRAKE | <code>number</code> | 3 |
| STATION_DEPARTURE | <code>number</code> | 5 | | STATION_DEPARTURE | <code>number</code> | 5 |
| WATER_REFILL | <code>number</code> | 7 | | WATER_REFILL | <code>number</code> | 7 |
| HORN | <code>number</code> | 9 | | HORN | <code>number</code> | 9 |

View File

@ -1774,7 +1774,7 @@ Emits on a speed change.
| Name | Type | Description | | Name | Type | Description |
| --- | --- | --- | | --- | --- | --- |
| BREAK | <code>number</code> | 3 | | BRAKE | <code>number</code> | 3 |
| STATION_DEPARTURE | <code>number</code> | 5 | | STATION_DEPARTURE | <code>number</code> | 5 |
| WATER_REFILL | <code>number</code> | 7 | | WATER_REFILL | <code>number</code> | 7 |
| HORN | <code>number</code> | 9 | | HORN | <code>number</code> | 9 |

View File

@ -97,7 +97,7 @@ export enum ButtonStates {
/** /**
* @typedef DuploTrainBaseSounds * @typedef DuploTrainBaseSounds
* @property {number} BREAK 3 * @property {number} BRAKE 3
* @property {number} STATION_DEPARTURE 5 * @property {number} STATION_DEPARTURE 5
* @property {number} WATER_REFILL 7 * @property {number} WATER_REFILL 7
* @property {number} HORN 9 * @property {number} HORN 9