Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-01-11 11:54:50 +00:00
parent e63f4988e2
commit 4efccc67b0
28 changed files with 1425 additions and 855 deletions

View File

@@ -3235,6 +3235,36 @@ amount of fuel in the group.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOption">GROUP:SetOption(OptionID, OptionValue)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set option.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOptionRadarUsing">GROUP:SetOptionRadarUsing(Option)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set how the AI uses the onboard radar.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOptionRadarUsingForAttackOnly">GROUP:SetOptionRadarUsingForAttackOnly()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set how the AI uses the onboard radar, here: for attack only.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOptionRadarUsingForContinousSearch">GROUP:SetOptionRadarUsingForContinousSearch()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set how the AI uses the onboard radar, here: always on.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOptionRadarUsingForSearchIfRequired">GROUP:SetOptionRadarUsingForSearchIfRequired()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set how the AI uses the onboard radar, here: when required for searching.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).SetOptionRadarUsingNever">GROUP:SetOptionRadarUsingNever()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set how the AI uses the onboard radar.</p>
</td>
</tr>
<tr class="w3-border">
@@ -16019,6 +16049,173 @@ Warning! When you switch this option off, the airborne group will continue to fl
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetOptionRadarUsing" ><strong>GROUP:SetOptionRadarUsing(Option)</strong></a></h2>
</div>
<p>[AIR] Set how the AI uses the onboard radar.</p>
<div id= "#Functions##SetOptionRadarUsing" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Option</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Options are: <code>NEVER = 0, FOR_ATTACK_ONLY = 1,FOR_SEARCH_IF_REQUIRED = 2, FOR_CONTINUOUS_SEARCH = 3</code></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetOptionRadarUsingForAttackOnly" ><strong>GROUP:SetOptionRadarUsingForAttackOnly()</strong></a></h2>
</div>
<p>[AIR] Set how the AI uses the onboard radar, here: for attack only.</p>
<div id= "#Functions##SetOptionRadarUsingForAttackOnly" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetOptionRadarUsingForContinousSearch" ><strong>GROUP:SetOptionRadarUsingForContinousSearch()</strong></a></h2>
</div>
<p>[AIR] Set how the AI uses the onboard radar, here: always on.</p>
<div id= "#Functions##SetOptionRadarUsingForContinousSearch" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetOptionRadarUsingForSearchIfRequired" ><strong>GROUP:SetOptionRadarUsingForSearchIfRequired()</strong></a></h2>
</div>
<p>[AIR] Set how the AI uses the onboard radar, here: when required for searching.</p>
<div id= "#Functions##SetOptionRadarUsingForSearchIfRequired" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).SetOptionRadarUsingNever" ><strong>GROUP:SetOptionRadarUsingNever()</strong></a></h2>
</div>
<p>[AIR] Set how the AI uses the onboard radar.</p>
<p>Here: never.</p>
<div id= "#Functions##SetOptionRadarUsingNever" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>