Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/users/cc-tweaked-integration/train/train-signal.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gets the train signal's currently displayed signal, as how the trains see it.

**Returns**

- `string` The color of the signal currently displayed - either "GREEN" or "RED".
- `string` The color of the signal currently displayed - either "RED", "GREEN" or "YELLOW" (Only on CROSS_SIGNAL types).


### `isForcedRed()` {#isForcedRed}
Expand All @@ -42,7 +42,7 @@ Goes back to default behaviour when losing connection with the computer.

### `getSignalType()` {#getSignalType}

Gets the train signal's signal type (Normally toggled witha wrench) as how the trains see it.
Gets the train signal's signal type (Normally toggled with a wrench) as how the trains see it.

**Returns**
- `string` The signal type - either "ENTRY_SIGNAL" or "CROSS_SIGNAL".
Expand Down Expand Up @@ -70,5 +70,5 @@ Triggers whenever the signal changes.

**Returns**

- `string` Name of the signal it switched to, either "RED" or "GREEN".
- `string` Name of the signal it switched to, either "RED", "GREEN" or "YELLOW" (Only on CROSS_SIGNAL types).