Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-31 09:29:14 +00:00
parent 97b336e383
commit fcb2ae4cd5
47 changed files with 22411 additions and 517 deletions

View File

@@ -1722,7 +1722,7 @@ See below a comprehensive description of each.</p>
<p>Will customize which display format is used to indicate A2G coordinates in text as part of the Command Center communications.</p>
<ul>
<li>A2G BR: <a href="https://en.wikipedia.org/wiki/Bearing_(navigation">Bearing Range</a>.</li>
<li>A2G BR: <a href="https://en.wikipedia.org/wiki/Bearing_(navigation)">Bearing Range</a>.</li>
<li>A2G MGRS: The <a href="https://en.wikipedia.org/wiki/Military_Grid_Reference_System">Military Grid Reference System</a>. The accuracy can also be adapted.</li>
<li>A2G LL DMS: Latitude Longitude <a href="https://en.wikipedia.org/wiki/Geographic_coordinate_conversion">Degrees Minutes Seconds</a>. The accuracy can also be adapted.</li>
<li>A2G LL DDM: Latitude Longitude <a href="https://en.wikipedia.org/wiki/Decimal_degrees">Decimal Degrees Minutes</a>. The accuracy can also be adapted.</li>
@@ -1738,9 +1738,9 @@ See below a comprehensive description of each.</p>
<ul>
<li><a href="##(SETTINGS).SetA2G_BR">SETTINGS.SetA2G_BR</a>(): Enable the BR display formatting by default.</li>
<li><a href="##(SETTINGS).SetA2G_MGRS">SETTINGS.SetA2G_MGRS</a>(): Enable the MGRS display formatting by default. Use <a href="SETTINGS.SetMGRS_Accuracy.html">SETTINGS.SetMGRS_Accuracy</a>() to adapt the accuracy of the MGRS formatting.</li>
<li><a href="##(SETTINGS).SetA2G_LL_DMS">SETTINGS.SetA2G_LL_DMS</a>(): Enable the LL DMS display formatting by default. Use <a href="SETTINGS.SetLL_Accuracy.html">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2G_LL_DDM">SETTINGS.SetA2G_LL_DDM</a>(): Enable the LL DDM display formatting by default. Use <a href="SETTINGS.SetLL_Accuracy.html">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2G_MGRS">SETTINGS.SetA2G_MGRS</a>(): Enable the MGRS display formatting by default. Use <a href="##(SETTINGS).SetMGRS_Accuracy">SETTINGS.SetMGRS_Accuracy</a>() to adapt the accuracy of the MGRS formatting.</li>
<li><a href="##(SETTINGS).SetA2G_LL_DMS">SETTINGS.SetA2G_LL_DMS</a>(): Enable the LL DMS display formatting by default. Use <a href="##(SETTINGS).SetLL_Accuracy">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2G_LL_DDM">SETTINGS.SetA2G_LL_DDM</a>(): Enable the LL DDM display formatting by default. Use <a href="##(SETTINGS).SetLL_Accuracy">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
</ul>
<h3>3.1.4) A2G coordinates setting - additional notes</h3>
@@ -1772,9 +1772,9 @@ but there isn't any player context (no player unit to reference from), the MGRS
<ul>
<li><a href="##(SETTINGS).SetA2A_BRAA">SETTINGS.SetA2A_BRAA</a>(): Enable the BR display formatting by default.</li>
<li><a href="##(SETTINGS).SetA2A_MGRS">SETTINGS.SetA2A_MGRS</a>(): Enable the MGRS display formatting by default. Use <a href="SETTINGS.SetMGRS_Accuracy.html">SETTINGS.SetMGRS_Accuracy</a>() to adapt the accuracy of the MGRS formatting.</li>
<li><a href="##(SETTINGS).SetA2A_LL_DMS">SETTINGS.SetA2A_LL_DMS</a>(): Enable the LL DMS display formatting by default. Use <a href="SETTINGS.SetLL_Accuracy.html">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2A_LL_DDM">SETTINGS.SetA2A_LL_DDM</a>(): Enable the LL DDM display formatting by default. Use <a href="SETTINGS.SetLL_Accuracy.html">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2A_MGRS">SETTINGS.SetA2A_MGRS</a>(): Enable the MGRS display formatting by default. Use <a href="##(SETTINGS).SetMGRS_Accuracy">SETTINGS.SetMGRS_Accuracy</a>() to adapt the accuracy of the MGRS formatting.</li>
<li><a href="##(SETTINGS).SetA2A_LL_DMS">SETTINGS.SetA2A_LL_DMS</a>(): Enable the LL DMS display formatting by default. Use <a href="##(SETTINGS).SetLL_Accuracy">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2A_LL_DDM">SETTINGS.SetA2A_LL_DDM</a>(): Enable the LL DDM display formatting by default. Use <a href="##(SETTINGS).SetLL_Accuracy">SETTINGS.SetLL_Accuracy</a>() to adapt the accuracy of the Seconds formatting.</li>
<li><a href="##(SETTINGS).SetA2A_BULLS">SETTINGS.SetA2A_BULLS</a>(): Enable the BULLSeye display formatting by default.</li>
</ul>
@@ -2864,11 +2864,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">
#string
<a id="#(SETTINGS).A2GSystem" ><strong>SETTINGS.A2GSystem</strong></a>
<p>BASE:E( {PlayerUnit:GetName(), A2GSystem } )</p>
</div>
</div>
@@ -2913,6 +2916,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SETTINGS).PlayerMenu" ><strong>SETTINGS.PlayerMenu</strong></a>
</div>
</div>
@@ -5021,11 +5035,14 @@ It is advised to use this method at the start of the mission.</p>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(SETTINGS).A2GSystem" ><strong>SETTINGS.A2GSystem</strong></a>
<p>BASE:E( {PlayerUnit:GetName(), A2GSystem } )</p>
</div>
</div>
@@ -5070,6 +5087,17 @@ It is advised to use this method at the start of the mission.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SETTINGS).PlayerMenu" ><strong>SETTINGS.PlayerMenu</strong></a>
</div>
</div>