MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-11-29 07:03:04 +00:00
parent 9c08ad9ae2
commit e6e94cf762
19 changed files with 474 additions and 582 deletions

View File

@@ -6225,24 +6225,16 @@ amount of fuel in the group.</p>
<div class="w3-margin-left">
<p>GROUP</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><a href="DCS.html##(Position)">DCS#Position</a>:</p>
</div>
<div class="w3-half">
<p>The 3D position vectors of the POSITIONABLE.</p>
<div class="w3-half">
<p><a href="DCS.html##(Position)">DCS#Position</a>:</p>
</div>
<div class="w3-half">
<p>The 3D position vectors of the POSITIONABLE or #nil if the groups not existing or alive. </p>
</div>
<div class="w3-half">
<p>#nil:</p>
</div>
<div class="w3-half">
<p>The POSITIONABLE is not existing or alive. </p>
</div>
</div>
</div>
</div>
@@ -7431,24 +7423,16 @@ Thus, a band is created around the respawn location where the units will be plac
<div class="w3-margin-left">
<p>GROUP</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 group is activated.</p>
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p><code>true</code> if group is activated or <code>#nil</code> The group is not existing or alive. </p>
</div>
<div class="w3-half">
<p>#nil:</p>
</div>
<div class="w3-half">
<p>The group is not existing or alive. </p>
</div>
</div>
</div>
</div>
@@ -7588,32 +7572,16 @@ If the first <a href="Wrapper.Unit.html">Wrapper.Unit</a> of the group is inacti
<div class="w3-margin-left">
<p>GROUP</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 group is alive and active.</p>
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p><code>true</code> if the group is alive <em>and</em> active, <code>false</code> if the group is alive but inactive or <code>#nil</code> if the group does not exist anymore.</p>
</div>
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p>false if the group is alive but inactive.</p>
</div>
<div class="w3-half">
<p>#nil:</p>
</div>
<div class="w3-half">
<p>if the group does not exist anymore.</p>
</div>
</div>
</div>
</div>