Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-12-19 11:13:51 +00:00
parent 27659768b7
commit 5659e21b36
31 changed files with 934 additions and 650 deletions

View File

@@ -2183,30 +2183,36 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionDisperseOnAttack">CONTROLLABLE:OptionDisperseOnAttack(Seconds)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines how long a GROUND unit/group will move to avoid an ongoing attack.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM">CONTROLLABLE:OptionECM(ECMvalue)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces. </p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM_AlwaysOn">CONTROLLABLE:OptionECM_AlwaysOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM_DetectedLockByRadar">CONTROLLABLE:OptionECM_DetectedLockByRadar()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM_Never">CONTROLLABLE:OptionECM_Never()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM_OnlyLockByRadar">CONTROLLABLE:OptionECM_OnlyLockByRadar()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7793,6 +7799,50 @@ If <strong>at least one</strong> detection method is specified, only the methods
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).OptionECM" ><strong>CONTROLLABLE:OptionECM(ECMvalue)</strong></a></h2>
</div>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces. </p>
<div id= "#Functions##OptionECM" 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>CONTROLLABLE</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>ECMvalue</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Can be - 0=Never on, 1=if locked by radar, 2=if detected by radar, 3=always on, defaults to 1</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>
@@ -7802,7 +7852,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(CONTROLLABLE).OptionECM_AlwaysOn" ><strong>CONTROLLABLE:OptionECM_AlwaysOn()</strong></a></h2>
</div>
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>AI will leave their ECM on all the time.</p>
@@ -7835,7 +7885,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(CONTROLLABLE).OptionECM_DetectedLockByRadar" ><strong>CONTROLLABLE:OptionECM_DetectedLockByRadar()</strong></a></h2>
</div>
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>If the AI is being detected by a radar they will enable their ECM.</p>
@@ -7868,7 +7918,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(CONTROLLABLE).OptionECM_Never" ><strong>CONTROLLABLE:OptionECM_Never()</strong></a></h2>
</div>
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>Disables the ability for AI to use their ECM.</p>
@@ -7901,7 +7951,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(CONTROLLABLE).OptionECM_OnlyLockByRadar" ><strong>CONTROLLABLE:OptionECM_OnlyLockByRadar()</strong></a></h2>
</div>
<p>Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
<p>If the AI is actively being locked by an enemy radar they will enable their ECM jammer.</p>