Line Count

Returns a number describing the total number of lines in the track.

Syntax

function getSimulatorTrackTotalLineCount(state) {
  return state.simulator.engine.linesList.size();
}