Skip to navigation


Dashboard: indicatorLineV

Name: indicatorLineV [Show more] Type: Variable Category: Dashboard Summary: Line buffer storage for the indicator line's direction (V) Deep dive: Line buffers
Context: See this variable in context in the source code References: This variable is used as follows: * DrawIndicatorLine uses indicatorLineV
.indicatorLineV \ Storage for the direction of the current line on \ indicators 0-7, so we can erase it again (this value \ matches the value of V passed to DrawVectorLine) EQUB 2 \ Direction for indicator 0 (compass) EQUB 2 \ Direction for indicator 1 (airspeed) EQUB 0 \ Direction for indicator 2 (altimeter small) EQUB 0 \ Direction for indicator 3 (altimeter large) EQUB 0 \ Direction for indicator 4 (vertical speed) EQUB 0 \ Direction for indicator 5 (turn) EQUB 0 \ Direction for indicator 6 (slip) EQUB 0 \ Direction for indicator 7 (artificial horizon)