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

@@ -2484,30 +2484,36 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).OptionDisperseOnAttack">UNIT: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="##(UNIT).OptionECM">UNIT: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="##(UNIT).OptionECM_AlwaysOn">UNIT: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="##(UNIT).OptionECM_DetectedLockByRadar">UNIT: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="##(UNIT).OptionECM_Never">UNIT: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="##(UNIT).OptionECM_OnlyLockByRadar">UNIT: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">
@@ -10735,6 +10741,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="#(UNIT).OptionECM" ><strong>UNIT: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><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>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>
@@ -10744,7 +10794,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(UNIT).OptionECM_AlwaysOn" ><strong>UNIT: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>
@@ -10777,7 +10827,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(UNIT).OptionECM_DetectedLockByRadar" ><strong>UNIT: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>
@@ -10810,7 +10860,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(UNIT).OptionECM_Never" ><strong>UNIT: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>
@@ -10843,7 +10893,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(UNIT).OptionECM_OnlyLockByRadar" ><strong>UNIT: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>