Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-22 11:11:14 +00:00
parent 8c893cb618
commit 48215400b2
32 changed files with 904 additions and 871 deletions
+54 -2
View File
@@ -2894,7 +2894,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SpawnMASHStatics">UTILS.SpawnMASHStatics(Name, Coordinate, Country, ADF, Livery, Templates)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SpawnMASHStatics">UTILS.SpawnMASHStatics(Name, Coordinate, Country, ADF, Livery, DeployHelo, MASHRadio, MASHRadioModulation, MASHCallsign, Templates)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Spawn a MASH at a given coordinate, optionally, add an ADF Beacon.</p>
</td>
@@ -10554,7 +10554,7 @@ References: <a href="https://forum.dcs.world/topic/282989-farp-equipment-to-run-
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).SpawnMASHStatics" ><strong>UTILS.SpawnMASHStatics(Name, Coordinate, Country, ADF, Livery, Templates)</strong></a></h2>
<h2><a id="#(UTILS).SpawnMASHStatics" ><strong>UTILS.SpawnMASHStatics(Name, Coordinate, Country, ADF, Livery, DeployHelo, MASHRadio, MASHRadioModulation, MASHCallsign, Templates)</strong></a></h2>
</div>
<p>Spawn a MASH at a given coordinate, optionally, add an ADF Beacon.</p>
@@ -10631,6 +10631,58 @@ References: <a href="https://forum.dcs.world/topic/282989-farp-equipment-to-run-
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>DeployHelo</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If true, deploy the helicopter static.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>MASHRadio</strong></strong>
</p>
</div>
<div class="w3-half">
<p>MASH Radio Frequency, defaults to 127.5.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>MASHRadioModulation</strong></strong>
</p>
</div>
<div class="w3-half">
<p>MASH Radio Modulation, defaults to radio.modulation.AM.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>MASHCallsign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Defaults to CALLSIGN.FARP.Berlin.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>