SetTrackJunctionActive
Docslocal retval = SetTrackJunctionActive(junctionIndex, state)Description
Sets the state of a track junction.
Parameters
| Name | Type | Description |
|---|---|---|
junctionIndex | int | The junctions index |
state | bool | Toggles the state of the junction |
Returns
boolReturns true or false.