Skip to navigation


Dashboard: indicatorLineI

Name: indicatorLineI [Show more] Type: Variable Category: Dashboard Summary: Line buffer storage for the start x-coordinate for each indicator line (I) Deep dive: Line buffers
Context: See this variable in context in the source code References: This variable is used as follows: * DrawIndicatorLine uses indicatorLineI
.indicatorLineI \ Storage for the x-coordinate of the starting point of \ the current hand on indicators 0-7, so we can erase it \ again (this value matches the value of I passed to \ DrawVectorLine) EQUB 54 \ Start x-coordinate for indicator 0 (compass) EQUB 21 \ Start x-coordinate for indicator 1 (airspeed) EQUB 22 \ Start x-coordinate for indicator 2 (altimeter small) EQUB 22 \ Start x-coordinate for indicator 3 (altimeter large) EQUB 106 \ Start x-coordinate for indicator 4 (vertical speed) EQUB 106 \ Start x-coordinate for indicator 5 (turn) EQUB 106 \ Start x-coordinate for indicator 6 (slip) EQUB 84 \ Start x-coordinate for indicator 7 (horizon)