Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-01-24 11:24:42 +00:00
parent 0e6c0f021b
commit 121fac2761
35 changed files with 773 additions and 1009 deletions

View File

@@ -1943,6 +1943,12 @@ UTILS.PrintTableToLog(weapons)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).FindByName">STORAGE:FindByName(AirbaseName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Airbases only - Find a STORAGE in the <strong>_DATABASE</strong> using the name associated airbase.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).FindSyriaHHelipadWarehouse">STORAGE:FindSyriaHHelipadWarehouse(ZoneName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Try to find the #STORAGE object of one of the many "H"-Helipads in Syria.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3199,6 +3205,53 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STORAGE).FindSyriaHHelipadWarehouse" ><strong>STORAGE:FindSyriaHHelipadWarehouse(ZoneName)</strong></a></h2>
</div>
<p>Try to find the #STORAGE object of one of the many "H"-Helipads in Syria.</p>
<p>You need to put a (small, round) zone on top of it, because the name is not unique(!).</p>
<div id= "#Functions##FindSyriaHHelipadWarehouse" 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>STORAGE</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>ZoneName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The name of the zone where to find the helipad.</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="##(STORAGE)">#STORAGE</a>:</p>
</div>
<div class="w3-half">
<p>self or nil if not found.</p>
</div>
</div>
</div>
</div>
</div>