Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-07-16 14:05:17 +00:00
parent e6d9d76ed4
commit 3ae2357c37
36 changed files with 1186 additions and 844 deletions

View File

@@ -1887,7 +1887,7 @@ UTILS.PrintTableToLog(weapons)
<tr class="w3-border">
<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>Find a STORAGE in the <strong>_DATABASE</strong> using the name associated airbase.</p>
<p>Airbases only - Find a STORAGE in the <strong>_DATABASE</strong> using the name associated airbase.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1977,7 +1977,13 @@ UTILS.PrintTableToLog(weapons)
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).New">STORAGE:New(AirbaseName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a new STORAGE object from the DCS weapon object.</p>
<p>Create a new STORAGE object from the DCS airbase object.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).NewFromStaticCargo">STORAGE:NewFromStaticCargo(StaticCargoName)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a new STORAGE object from an DCS static cargo object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2906,7 +2912,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<h2><a id="#(STORAGE).FindByName" ><strong>STORAGE:FindByName(AirbaseName)</strong></a></h2>
</div>
<p>Find a STORAGE in the <strong>_DATABASE</strong> using the name associated airbase.</p>
<p>Airbases only - Find a STORAGE in the <strong>_DATABASE</strong> using the name associated airbase.</p>
<div id= "#Functions##FindByName" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -3457,7 +3463,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<h2><a id="#(STORAGE).New" ><strong>STORAGE:New(AirbaseName)</strong></a></h2>
</div>
<p>Create a new STORAGE object from the DCS weapon object.</p>
<p>Create a new STORAGE object from the DCS airbase object.</p>
<div id= "#Functions##New" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -3492,6 +3498,50 @@ 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).NewFromStaticCargo" ><strong>STORAGE:NewFromStaticCargo(StaticCargoName)</strong></a></h2>
</div>
<p>Create a new STORAGE object from an DCS static cargo object.</p>
<div id= "#Functions##NewFromStaticCargo" 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>StaticCargoName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Unit name of the static.</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</p>
</div>
</div>
</div>
</div>
</div>