Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-06-28 07:33:30 +00:00
parent a5a4d5a557
commit da178dec86
25 changed files with 995 additions and 674 deletions
+58 -1
View File
@@ -1632,9 +1632,10 @@ RED planes, despite being on RED territory. Think of a no-fly zone or an limited
<li><a href="##(EASYGCICAP).SetDefaultResurrection">EASYGCICAP.SetDefaultResurrection</a>: Set how many seconds the AirWing stays inoperable after the AirWing STATIC HQ ist destroyed, default 900 secs. </li>
<li><a href="##(EASYGCICAP).SetDefaultCAPSpeed">EASYGCICAP.SetDefaultCAPSpeed</a>: Set how many knots the CAP flights should do (will be altitude corrected), default 300 kn.</li>
<li><a href="##(EASYGCICAP).SetDefaultCAPAlt">EASYGCICAP.SetDefaultCAPAlt</a>: Set at which altitude (ASL) the CAP planes will fly, default 25,000 ft.</li>
<li><a href="##(EASYGCICAP).SetDefaultINTERCEPTAlt">EASYGCICAP.SetDefaultINTERCEPTAlt</a>: Set at which altitude (ASL) the Intercept planes will fly, default 25,000 ft.</li>
<li><a href="##(EASYGCICAP).SetDefaultCAPDirection">EASYGCICAP.SetDefaultCAPDirection</a>: Set the initial direction from the CAP point the planes will fly in degrees, default is 90°.</li>
<li><a href="##(EASYGCICAP).SetDefaultCAPLeg">EASYGCICAP.SetDefaultCAPLeg</a>: Set the length of the CAP leg, default is 15 NM.</li>
<li><a href="##(EASYGCICAP).SetDefaultCAPGrouping">EASYGCICAP.SetDefaultCAPGrouping</a>: Set how many planes will be spawned per mission (CVAP/GCI), defaults to 2.</li>
<li><a href="##(EASYGCICAP).SetDefaultCAPGrouping">EASYGCICAP.SetDefaultCAPGrouping</a>: Set how many planes will be spawned per mission (CAP/GCI), defaults to 2.</li>
<li><a href="##(EASYGCICAP).SetDefaultMissionRange">EASYGCICAP.SetDefaultMissionRange</a>: Set how many NM the planes can go from the home base, defaults to 100.</li>
<li><a href="##(EASYGCICAP).SetDefaultNumberAlert5Standby">EASYGCICAP.SetDefaultNumberAlert5Standby</a>: Set how many planes will be spawned on cold standby (Alert5), default 2.</li>
<li><a href="##(EASYGCICAP).SetDefaultEngageRange">EASYGCICAP.SetDefaultEngageRange</a>: Set max engage range for CAP flights if they detect intruders, defaults to 50.</li>
@@ -2020,6 +2021,12 @@ Normally this isn't necessary when the Group name is correctly filled (see EWRNa
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EASYGCICAP).SetDefaultEngageRange">EASYGCICAP:SetDefaultEngageRange(Range)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set default engage range for intruders detected by CAP flights in NM.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EASYGCICAP).SetDefaultINTERCEPTAlt">EASYGCICAP:SetDefaultINTERCEPTAlt(Altitude)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set default INTERCEPT Altitude in feet</p>
</td>
</tr>
<tr class="w3-border">
@@ -2296,6 +2303,12 @@ Normally this isn't necessary when the Group name is correctly filled (see EWRNa
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EASYGCICAP).engagerange">EASYGCICAP.engagerange</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EASYGCICAP).interceptalt">EASYGCICAP.interceptalt</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -6468,6 +6481,50 @@ or {"Helicopters"} or combinations like {"Bombers", "Fighters", "UAVs"}. See <a
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(EASYGCICAP).SetDefaultINTERCEPTAlt" ><strong>EASYGCICAP:SetDefaultINTERCEPTAlt(Altitude)</strong></a></h2>
</div>
<p>Set default INTERCEPT Altitude in feet</p>
<div id= "#Functions##SetDefaultINTERCEPTAlt" 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>EASYGCICAP</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>Altitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Altitude defaults to 25000</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="##(EASYGCICAP)">#EASYGCICAP</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>