diff --git a/Moose Development/Moose/Ops/Airboss.lua b/Moose Development/Moose/Ops/Airboss.lua index aebb483da..022ff2945 100644 --- a/Moose Development/Moose/Ops/Airboss.lua +++ b/Moose Development/Moose/Ops/Airboss.lua @@ -255,6 +255,7 @@ -- @field #boolean skipperUturn U-turn on/off via menu. -- @field #number skipperOffset Holding offset angle in degrees for Case II/III manual recoveries. -- @field #number skipperTime Recovery time in min for manual recovery. +-- @field #boolean intowindold If true, use old into wind calculation. -- @extends Core.Fsm#FSM --- Be the boss! @@ -2724,6 +2725,15 @@ function AIRBOSS:SetLSOCallInterval( TimeInterval ) return self end +--- Set if old into wind calculation is used when carrier turns into the wind for a recovery. +-- @param #AIRBOSS self +-- @param #boolean SwitchOn If `true`, use old into wind calculation. +-- @return #AIRBOSS self +function AIRBOSS:SetIntoWindLegacy( SwitchOn ) + self.intowindold=SwitchOn + return self +end + --- Airboss is a rather nice guy and not strictly following the rules. Fore example, he does allow you into the landing pattern if you are not coming from the Marshal stack. -- @param #AIRBOSS self -- @param #boolean Switch If true or nil, Airboss bends the rules a bit.