Returns a number describing the total number of lines in the track.
number
function getSimulatorTrackTotalLineCount(state) { return state.simulator.engine.linesList.size(); }