Rudder_Pedal_Position Variable

Returns -1.0=full left, 1.0=full right. Measured in signed fractions. Read-only.

Example

IF RUDDER_PEDAL_POSITION > 0.5 THEN

PRINT "You're using too much right rudder."

ENDIF