Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-16 21:34:40 +00:00
parent d420fdc246
commit 7bb7e88841
32 changed files with 867 additions and 929 deletions

View File

@@ -2498,7 +2498,7 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).New">STATIC:New(ObjectName, Test)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STATIC).New">STATIC: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>
@@ -8125,24 +8125,16 @@ If the Identifiable is alive, true is returned. </p>
<div class="w3-margin-left">
<p><a href="Wrapper.Object.html##(OBJECT)">Wrapper.Object#OBJECT</a></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>
@@ -8182,7 +8174,7 @@ If the Identifiable is alive, true is returned. </p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STATIC).New" ><strong>STATIC:New(ObjectName, Test)</strong></a></h2>
<h2><a id="#(STATIC).New" ><strong>STATIC:New(ObjectName)</strong></a></h2>
</div>
<p>Create a new OBJECT from a DCSObject</p>
@@ -8193,7 +8185,7 @@ If the Identifiable is alive, true is returned. </p>
<div class="w3-margin-left">
<p><a href="Wrapper.Object.html##(OBJECT)">Wrapper.Object#OBJECT</a></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>
@@ -8207,16 +8199,6 @@ If the Identifiable is alive, true is returned. </p>
</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">