Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-08-10 08:00:59 +00:00
parent 089731f0ac
commit dd159affa2
32 changed files with 2094 additions and 587 deletions

View File

@@ -1809,6 +1809,12 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).FindByName">STATIC:FindByName(StaticName, RaiseError)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Finds a STATIC from the _DATABASE using the relevant Static Name.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetCargoWeight">STATIC:GetCargoWeight()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the Cargo Weight of a static object in kgs.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1827,6 +1833,12 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetLife0">STATIC:GetLife0()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get initial life points</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).GetStaticStorage">STATIC:GetStaticStorage()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the Wrapper.Storage#STORAGE object of an static if it is used as cargo and has been set up as storage object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3466,6 +3478,39 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STATIC).GetCargoWeight" ><strong>STATIC:GetCargoWeight()</strong></a></h2>
</div>
<p>Get the Cargo Weight of a static object in kgs.</p>
<p>Returns -1 if not found.</p>
<div id= "#Functions##GetCargoWeight" 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>STATIC</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Mass Weight in kgs.</p>
</div>
</div>
</div>
</div>
</div>
@@ -3555,6 +3600,36 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STATIC).GetStaticStorage" ><strong>STATIC:GetStaticStorage()</strong></a></h2>
</div>
<p>Get the Wrapper.Storage#STORAGE object of an static if it is used as cargo and has been set up as storage object.</p>
<div id= "#Functions##GetStaticStorage" 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>STATIC</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Wrapper.Storage.html##(STORAGE)">Wrapper.Storage#STORAGE</a>:</p>
</div>
<div class="w3-half">
<p>Storage or <code>nil</code> if not fund or set up.</p>
</div>
</div>
</div>
</div>
</div>