mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user