Documentation improvements.

This commit is contained in:
FlightControl_Master
2017-10-20 13:54:37 +02:00
parent a8e77bddd4
commit 7cab0ca22a
94 changed files with 1089 additions and 191 deletions

View File

@@ -105,6 +105,7 @@
<li><a href="Zone.html">Zone</a></li>
<li><a href="ZoneCaptureCoalition.html">ZoneCaptureCoalition</a></li>
<li><a href="ZoneGoal.html">ZoneGoal</a></li>
<li><a href="ZoneGoalCargo.html">ZoneGoalCargo</a></li>
<li><a href="ZoneGoalCoalition.html">ZoneGoalCoalition</a></li>
<li><a href="env.html">env</a></li>
<li><a href="land.html">land</a></li>
@@ -152,6 +153,12 @@
<h2><a id="#(UNIT)">Type <code>UNIT</code></a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap="nowrap"><a href="##(UNIT).Destroy">UNIT:Destroy()</a></td>
<td class="summary">
<p>Destroys the UNIT.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UNIT).Find">UNIT:Find(DCSUnit)</a></td>
<td class="summary">
<p>Finds a UNIT from the _DATABASE using a DCSUnit object.</p>
@@ -498,6 +505,24 @@ If you want to obtain the complete <strong>3D position</strong> including ori<72>
<dl class="function">
<dt>
<a id="#(UNIT).Destroy" >
<strong>UNIT:Destroy()</strong>
</a>
</dt>
<dd>
<p>Destroys the UNIT.</p>
<h3>Return value</h3>
<p><em>#nil:</em>
The DCS Unit is not existing or alive. </p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UNIT).Find" >
<strong>UNIT:Find(DCSUnit)</strong>
</a>