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:
@@ -2038,7 +2038,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).GetGroup">CLIENT:GetGroup()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the unit's group if it exist and nil otherwise.</p>
|
||||
<p>Returns the unit's group if it exists and nil otherwise.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2211,6 +2211,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsClient">CLIENT:IsClient()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Checks is the unit is a <em>Player</em> or <em>Client</em> slot.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).IsDead">CLIENT:IsDead()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns if the Unit is dead.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -6302,7 +6308,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
|
||||
<p>The DCS unit object.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -6431,7 +6437,7 @@ Animation arguments can be figured out by opening the respective 3d model in the
|
||||
<h2><a id="#(CLIENT).GetGroup" ><strong>CLIENT:GetGroup()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the unit's group if it exist and nil otherwise.</p>
|
||||
<p>Returns the unit's group if it exists and nil otherwise.</p>
|
||||
|
||||
<div id= "#Functions##GetGroup" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7489,6 +7495,36 @@ If the Unit is alive but not active, false is returned. </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(CLIENT).IsDead" ><strong>CLIENT:IsDead()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns if the Unit is dead.</p>
|
||||
|
||||
<div id= "#Functions##IsDead" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a></p>
|
||||
</div>
|
||||
<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><code>true</code> if Unit is dead, else false or nil if the unit does not exist</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user