mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -7415,9 +7415,9 @@ The spawn sequence number and unit number are contained within the name after th
|
||||
<p>Returns if the Unit is alive.</p>
|
||||
|
||||
|
||||
<p>If the Unit is not alive, nil is returned. <br/>
|
||||
If the Unit is alive and active, true is returned. <br/>
|
||||
If the Unit is alive but not active, false is returned. </p>
|
||||
<p>If the Unit is not alive/existent, <code>nil</code> is returned. <br/>
|
||||
If the Unit is alive and active, <code>true</code> is returned. <br/>
|
||||
If the Unit is alive but not active, <code>false</code>` is returned. </p>
|
||||
|
||||
<div id= "#Functions##IsAlive" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7432,7 +7432,7 @@ If the Unit is alive but not active, false is returned. </p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p><code>true</code> if Unit is alive and active. <code>false</code> if Unit is alive but not active. <code>nil</code> if the Unit is not existing or is not alive.</p>
|
||||
<p>Returns <code>true</code> if Unit is alive and active, <code>false</code> if it exists but is not active and <code>nil</code> if the object does not exist or DCS <code>isExist</code> function returns false.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user