1,388
edits
No edit summary |
|||
| Line 65: | Line 65: | ||
# <code>Night</code> – number of hours spent flying during the night. | # <code>Night</code> – number of hours spent flying during the night. | ||
# <code>Instrument</code> – the number of hours flown during the IMC (Instrument Meteorological Conditions). | # <code>Instrument</code> – the number of hours flown during the IMC (Instrument Meteorological Conditions). | ||
# <code>Multiplayer</code> – the number of flight hours when connecting to a multiplayer server. | |||
# <code>Swift</code> – number of flight hours when connecting to swift. | |||
# <code>Duration</code> – total duration of the flight in hours, as the sum of <code>Day</code> and <code>Night</code>. The <code>Instrument</code> is not added up here, as it is simply counted separately, regardless of whether it was day or night. <code>Duration</code> is calculated in real time, so if you speed up or slow down the simulation time, it will not be affected. | # <code>Duration</code> – total duration of the flight in hours, as the sum of <code>Day</code> and <code>Night</code>. The <code>Instrument</code> is not added up here, as it is simply counted separately, regardless of whether it was day or night. <code>Duration</code> is calculated in real time, so if you speed up or slow down the simulation time, it will not be affected. | ||
# <code>Distance</code> – total distance flown from take-off to landing, in nautical miles. | # <code>Distance</code> – total distance flown from take-off to landing, in nautical miles. | ||
edits