MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2020-10-26 08:18:05 +00:00
parent a3a7c5488a
commit 2a3714f93c
23 changed files with 435 additions and 581 deletions
+2 -2
View File
@@ -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>