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:
@@ -1612,7 +1612,7 @@
|
||||
|
||||
<h3>Author: <strong>FlightControl</strong></h3>
|
||||
|
||||
<h3>Contributions:</h3>
|
||||
<h3>Contributions: **funkyfranky</h3>
|
||||
|
||||
<hr/>
|
||||
|
||||
@@ -1624,7 +1624,7 @@
|
||||
<tr>
|
||||
<td class="style="width:40%;"><p><h2>Global <strong>OBJECT</strong></h2></p></td>
|
||||
<td class="style="width:60%;">
|
||||
<p>Wrapper class to hendle the DCS Object objects.</p>
|
||||
<p>Wrapper class to handle the DCS Object objects.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1635,7 +1635,7 @@
|
||||
<a href="##(OBJECT)">#OBJECT</a>
|
||||
<a id="OBJECT" ><strong>OBJECT</strong></a>
|
||||
|
||||
<p>Wrapper class to hendle the DCS Object objects.</p>
|
||||
<p>Wrapper class to handle the DCS Object objects.</p>
|
||||
|
||||
|
||||
|
||||
@@ -1701,7 +1701,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(OBJECT).New">OBJECT:New(ObjectName, Test)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(OBJECT).New">OBJECT:New(ObjectName)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Create a new OBJECT from a DCSObject</p>
|
||||
</td>
|
||||
@@ -2275,6 +2275,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div onclick="myFunction('#Types##OBJECT')" class="w3-container w3-theme-l2 w3-margin-top"><h2><a id="#(OBJECT)">Type <strong>OBJECT</strong></a></h2></div>
|
||||
<div id= "#Types##OBJECT" class="w3-container w3-white w3-padding-16" id="module_other_types">
|
||||
<div class="w3-white" id="record_type">
|
||||
|
||||
<p>OBJECT class.</p>
|
||||
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
@@ -2306,24 +2309,16 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-margin-left">
|
||||
<p>OBJECT</p>
|
||||
</div>
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p>#boolean:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>true if the object is destroyed.</p>
|
||||
<div class="w3-half">
|
||||
<p>#boolean:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Returns <code>true</code> if the object is destroyed or #nil if the object is nil.</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p>#nil:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The DCS Unit is not existing or alive. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2363,7 +2358,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(OBJECT).New" ><strong>OBJECT:New(ObjectName, Test)</strong></a></h2>
|
||||
<h2><a id="#(OBJECT).New" ><strong>OBJECT:New(ObjectName)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Create a new OBJECT from a DCSObject</p>
|
||||
@@ -2374,7 +2369,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-margin-left">
|
||||
<p>OBJECT</p>
|
||||
</div>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
@@ -2388,16 +2383,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>Test</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
|
||||
Reference in New Issue
Block a user