Documentation for the consts
This commit is contained in:
parent
7bdbfbdceb
commit
ad58052b72
2
DOCS.md
2
DOCS.md
@ -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 |
|
||||||
|
@ -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 |
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user