MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-12-28 10:09:15 +00:00
parent 823c49c6a2
commit d99593df6b
53 changed files with 1174 additions and 1245 deletions

View File

@@ -2951,7 +2951,7 @@ of the squadron are destroyed. This is to keep consistency of air operations and
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_A2G_DISPATCHER).SetDefaultFuelThreshold">AI_A2G_DISPATCHER:SetDefaultFuelThreshold(FuelThreshold)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the default fuel treshold when defenders will RTB or Refuel in the air.</p>
<p>Set the default fuel threshold when defenders will RTB or Refuel in the air.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3197,7 +3197,7 @@ of the squadron are destroyed. This is to keep consistency of air operations and
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_A2G_DISPATCHER).SetSquadronFuelThreshold">AI_A2G_DISPATCHER:SetSquadronFuelThreshold(SquadronName, FuelThreshold)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the fuel treshold for the squadron when defenders will RTB or Refuel in the air.</p>
<p>Set the fuel threshold for the squadron when defenders will RTB or Refuel in the air.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4647,17 +4647,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> The Defender Default Settings over all Squadrons.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
</div>
</div>
@@ -7546,10 +7535,10 @@ or
<h2><a id="#(AI_A2G_DISPATCHER).SetDefaultFuelThreshold" ><strong>AI_A2G_DISPATCHER:SetDefaultFuelThreshold(FuelThreshold)</strong></a></h2>
</div>
<p>Set the default fuel treshold when defenders will RTB or Refuel in the air.</p>
<p>Set the default fuel threshold when defenders will RTB or Refuel in the air.</p>
<p>The fuel treshold is by default set to 15%, which means that an aircraft will stay in the air until 15% of its fuel is remaining.</p>
<p>The fuel threshold is by default set to 15%, which means that an aircraft will stay in the air until 15% of its fuel is remaining.</p>
<div id= "#Functions##SetDefaultFuelThreshold" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -7567,7 +7556,7 @@ or
</div>
<div class="w3-half">
<p>A decimal number between 0 and 1, that expresses the % of the treshold of fuel remaining in the tank when the plane will go RTB or Refuel.</p>
<p>A decimal number between 0 and 1, that expresses the % of the threshold of fuel remaining in the tank when the plane will go RTB or Refuel.</p>
</div>
</div>
@@ -7587,7 +7576,7 @@ or
-- Now Setup the A2G dispatcher, and initialize it using the Detection object.
A2GDispatcher = AI_A2G_DISPATCHER:New( Detection )
-- Now Setup the default fuel treshold.
-- Now Setup the default fuel threshold.
A2GDispatcher:SetDefaultFuelThreshold( 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
</code></pre>
@@ -8344,7 +8333,7 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
-- Now Setup the A2G dispatcher, and initialize it using the Detection object.
A2GDispatcher = AI_A2G_DISPATCHER:New( Detection )
-- Now Setup the default fuel treshold.
-- Now Setup the default fuel threshold.
A2GDispatcher:SetDefaultFuelThreshold( 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
-- Now Setup the default tanker.
@@ -10582,10 +10571,10 @@ If you have only one prefix name for a squadron, you don't need to use the <code
<h2><a id="#(AI_A2G_DISPATCHER).SetSquadronFuelThreshold" ><strong>AI_A2G_DISPATCHER:SetSquadronFuelThreshold(SquadronName, FuelThreshold)</strong></a></h2>
</div>
<p>Set the fuel treshold for the squadron when defenders will RTB or Refuel in the air.</p>
<p>Set the fuel threshold for the squadron when defenders will RTB or Refuel in the air.</p>
<p>The fuel treshold is by default set to 15%, which means that an aircraft will stay in the air until 15% of its fuel is remaining.</p>
<p>The fuel threshold is by default set to 15%, which means that an aircraft will stay in the air until 15% of its fuel is remaining.</p>
<div id= "#Functions##SetSquadronFuelThreshold" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -10616,7 +10605,7 @@ If you have only one prefix name for a squadron, you don't need to use the <code
</div>
<div class="w3-half">
<p>A decimal number between 0 and 1, that expresses the % of the treshold of fuel remaining in the tank when the plane will go RTB or Refuel.</p>
<p>A decimal number between 0 and 1, that expresses the % of the threshold of fuel remaining in the tank when the plane will go RTB or Refuel.</p>
</div>
</div>
@@ -10636,7 +10625,7 @@ If you have only one prefix name for a squadron, you don't need to use the <code
-- Now Setup the A2G dispatcher, and initialize it using the Detection object.
A2GDispatcher = AI_A2G_DISPATCHER:New( Detection )
-- Now Setup the default fuel treshold.
-- Now Setup the default fuel threshold.
A2GDispatcher:SetSquadronRefuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
</code></pre>
@@ -12460,7 +12449,7 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
-- Now Setup the A2G dispatcher, and initialize it using the Detection object.
A2GDispatcher = AI_A2G_DISPATCHER:New( Detection )
-- Now Setup the squadron fuel treshold.
-- Now Setup the squadron fuel threshold.
A2GDispatcher:SetSquadronRefuelThreshold( "SquadronName", 0.30 ) -- Go RTB when only 30% of fuel remaining in the tank.
-- Now Setup the squadron tanker.
@@ -13000,17 +12989,6 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
<p> The Defender Default Settings over all Squadrons.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
</div>
</div>
@@ -14328,17 +14306,6 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
<p> The Defender Default Settings over all Squadrons.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
</div>
</div>
@@ -15962,17 +15929,6 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
<p> The Defender Default Settings over all Squadrons.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
</div>
</div>