Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 14:00:12 +00:00
parent 15a9a24115
commit f62fcd9934
33 changed files with 540 additions and 982 deletions

View File

@@ -2368,7 +2368,7 @@ If you do, it will cause problems and give you a headache!</p>
<h2>Save Assets</h2>
<p>Saving asset data to file is achieved by the <a href="WAREHOUSE.Save.html">WAREHOUSE.Save</a>(<em>path</em>, <em>filename</em>) function. The parameter <em>path</em> specifies the path on the file system where the
<p>Saving asset data to file is achieved by the <a href="##(WAREHOUSE).Save">WAREHOUSE.Save</a>(<em>path</em>, <em>filename</em>) function. The parameter <em>path</em> specifies the path on the file system where the
warehouse data is saved. If you do not specify a path, the file is saved your the DCS installation root directory.
The parameter <em>filename</em> is optional and defines the name of the saved file. By default this is automatically created from the warehouse id and name, for example
"Warehouse-1234_Batumi.txt".</p>
@@ -2380,14 +2380,14 @@ The parameter <em>filename</em> is optional and defines the name of the saved fi
<h3>Automatic Save at Mission End</h3>
<p>The assets can be saved automatically when the mission is ended via the <a href="WAREHOUSE.SetSaveOnMissionEnd.html">WAREHOUSE.SetSaveOnMissionEnd</a>(<em>path</em>, <em>filename</em>) function, i.e.</p>
<p>The assets can be saved automatically when the mission is ended via the <a href="##(WAREHOUSE).SetSaveOnMissionEnd">WAREHOUSE.SetSaveOnMissionEnd</a>(<em>path</em>, <em>filename</em>) function, i.e.</p>
<pre><code>warehouseBatumi:SetSaveOnMissionEnd("D:\\My Warehouse Data\\")
</code></pre>
<h2>Load Assets</h2>
<p>Loading assets data from file is achieved by the <a href="WAREHOUSE.Load.html">WAREHOUSE.Load</a>(<em>path</em>, <em>filename</em>) function. The parameter <em>path</em> specifies the path on the file system where the
<p>Loading assets data from file is achieved by the <a href="##(WAREHOUSE).Load">WAREHOUSE.Load</a>(<em>path</em>, <em>filename</em>) function. The parameter <em>path</em> specifies the path on the file system where the
warehouse data is loaded from. If you do not specify a path, the file is loaded from your the DCS installation root directory.
The parameter <em>filename</em> is optional and defines the name of the file to load. By default this is automatically generated from the warehouse id and name, for example
"Warehouse-1234_Batumi.txt".</p>