Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-03-01 16:25:16 +00:00
parent 702d501115
commit ce34fc8e43
28 changed files with 961 additions and 926 deletions

View File

@@ -1618,7 +1618,7 @@
<h2>Example Missions:</h2>
<p>Demo missions can be found on <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/develop/Wrapper/Storage">github</a>.</p>
<p>Demo missions can be found on <a href="https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Wrapper/Storage">github</a>.</p>
<hr/>
@@ -1667,9 +1667,9 @@
<p>A DCS warehouse is associated with an airbase. Therefore, a <code>STORAGE</code> instance is automatically created, once an airbase is registered and added to the MOOSE database.</p>
<p>You can get the <code>STORAGE</code> object from the </p>
<p>You can get the <code>STORAGE</code> object from the</p>
<pre><code>-- Create a STORAGE instance of the Batumi warehouse
<pre><code>-- Create a STORAGE instance of the Batumi warehouse
local storage=STORAGE:FindByName("Batumi")
</code></pre>