mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-18 13:15:26 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -9168,7 +9168,7 @@ If you have only one prefix name for a squadron, you don't need to use the <code
|
||||
A2ADispatcher = AI_A2A_DISPATCHER:New( Detection )
|
||||
|
||||
-- Now Setup the default fuel treshold.
|
||||
A2ADispatcher:SetSquadronRefuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
|
||||
A2ADispatcher:SetSquadronFuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
@@ -10330,7 +10330,7 @@ multiplied by the Overhead and rounded up to the smallest integer.</p>
|
||||
A2ADispatcher = AI_A2A_DISPATCHER:New( Detection )
|
||||
|
||||
-- Now Setup the squadron fuel treshold.
|
||||
A2ADispatcher:SetSquadronRefuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
|
||||
A2ADispatcher:SetSquadronFuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
|
||||
|
||||
-- Now Setup the squadron tanker.
|
||||
A2ADispatcher:SetSquadronTanker( "SquadronName", "Tanker" ) -- The group name of the tanker is "Tanker" in the Mission Editor.</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user