Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-12-29 11:55:18 +00:00
parent 391253249d
commit 2e2b5822b8
31 changed files with 841 additions and 605 deletions

View File

@@ -2000,6 +2000,12 @@ UTILS.PrintTableToLog(weapons)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).LiquidName">STORAGE.LiquidName</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).LoadFromFile">STORAGE:LoadFromFile(Path, Filename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Load the contents of a STORAGE from files.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2011,7 +2017,7 @@ UTILS.PrintTableToLog(weapons)
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).NewFromDynamicCargo">STORAGE:NewFromDynamicCargo(DynamicCargoName)</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>
<p>Create a new STORAGE object from a Wrapper.DynamicCargo#DYNAMICCARGO object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2036,6 +2042,12 @@ UTILS.PrintTableToLog(weapons)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).RemoveLiquid">STORAGE:RemoveLiquid(Type, Amount)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Removes the amount of the given liquid type from the warehouse.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).SaveToFile">STORAGE:SaveToFile(Path, Filename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Save the contents of a STORAGE to files in CSV format.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3632,6 +3644,66 @@ 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).LoadFromFile" ><strong>STORAGE:LoadFromFile(Path, Filename)</strong></a></h2>
</div>
<p>Load the contents of a STORAGE from files.</p>
<p>Filenames searched for are the Filename given amended by "<em>Liquids", "</em>Aircraft" and "_Weapons" followed by a ".csv". Requires io and lfs to be desanitized to be working.</p>
<div id= "#Functions##LoadFromFile" 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>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Path</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The path to use. Use double backslashes \\ on Windows filesystems.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Filename</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The name of the file.</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>
@@ -3685,7 +3757,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<h2><a id="#(STORAGE).NewFromDynamicCargo" ><strong>STORAGE:NewFromDynamicCargo(DynamicCargoName)</strong></a></h2>
</div>
<p>Create a new STORAGE object from an DCS static cargo object.</p>
<p>Create a new STORAGE object from a Wrapper.DynamicCargo#DYNAMICCARGO object.</p>
<div id= "#Functions##NewFromDynamicCargo" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -3935,6 +4007,66 @@ 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).SaveToFile" ><strong>STORAGE:SaveToFile(Path, Filename)</strong></a></h2>
</div>
<p>Save the contents of a STORAGE to files in CSV format.</p>
<p>Filenames created are the Filename given amended by "<em>Liquids", "</em>Aircraft" and "_Weapons" followed by a ".csv". Requires io and lfs to be desanitized to be working.</p>
<div id= "#Functions##SaveToFile" 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>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Path</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The path to use. Use double backslashes \\ on Windows filesystems.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Filename</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The base name of the files. Existing files will be overwritten.</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>