GTA V NativesvehicleVehicle::switchTrainTrackOn this pageVehicle::switchTrainTrackSyntax ```js mp.game.vehicle.switchTrainTrack(intersectionId, state); ``` Required Arguments intersectionId: int state: Boolean Return value unknown (to be checked) Example ```js // todo ``` See also