Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-09-08 11:24:28 +00:00
parent c1b3fe1166
commit f3ba291b74
28 changed files with 1013 additions and 613 deletions

View File

@@ -1849,6 +1849,8 @@ Create a late-activated single infantry unit as template in the mission editor a
mycsar.topmenuname = "CSAR" -- set the menu entry name
mycsar.ADFRadioPwr = 1000 -- ADF Beacons sending with 1KW as default
mycsar.PilotWeight = 80 -- Loaded pilots weigh 80kgs each
mycsar.AllowIRStrobe = false -- Allow a menu item to request an IR strobe to find a downed pilot at night (requires NVGs to see it).
mycsar.IRStrobeRuntime = 300 -- If an IR Strobe is activated, it runs for 300 seconds (5 mins).
</code></pre>
<h2>2.1 Create own SET_GROUP to manage CTLD Pilot groups</h2>
@@ -2449,6 +2451,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved. </p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR)._RemoveNameFromDownedPilots">CSAR:_RemoveNameFromDownedPilots(name, force)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(Internal) Check if a name is in downed pilot table and remove it.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR)._ReqIRStrobe">CSAR:_ReqIRStrobe(_unitName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(Internal) Request IR Strobe at closest downed pilot.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4566,7 +4574,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
@@ -4683,11 +4691,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
<p> Replacement woundedGroups</p>
</div>
</div>
@@ -8428,6 +8439,39 @@ callsigns from playername or group name.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CSAR)._ReqIRStrobe" ><strong>CSAR:_ReqIRStrobe(_unitName)</strong></a></h2>
</div>
<p>(Internal) Request IR Strobe at closest downed pilot.</p>
<div id= "#Functions##_ReqIRStrobe" 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>CSAR</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>
#string
<strong><strong>_unitName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the helicopter</p>
</div>
</div>
</div>
</div>
</div>
@@ -10785,7 +10829,7 @@ callsigns from playername or group name.</p>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
@@ -10902,11 +10946,14 @@ callsigns from playername or group name.</p>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
<p> Replacement woundedGroups</p>
</div>
</div>
@@ -13335,7 +13382,7 @@ callsigns from playername or group name.</p>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
@@ -13452,11 +13499,14 @@ callsigns from playername or group name.</p>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
<p> Replacement woundedGroups</p>
</div>
</div>