Finalization for publishing

This commit is contained in:
FlightControl
2016-06-17 23:27:27 +02:00
parent 34e7015244
commit 8edfb49358
35 changed files with 43432 additions and 87 deletions

View File

@@ -269,6 +269,12 @@ If you want to obtain the complete <strong>3D position</strong> including ori
<td class="name" nowrap="nowrap"><a href="##(UNIT).GetGroup">UNIT:GetGroup()</a></td>
<td class="summary">
<p>Returns the unit's group if it exist and nil otherwise.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UNIT).GetHeading">UNIT:GetHeading()</a></td>
<td class="summary">
<p>Returns the DCS Unit heading.</p>
</td>
</tr>
<tr>
@@ -974,6 +980,24 @@ The DCS Unit is not existing or alive. </p>
<dl class="function">
<dt>
<a id="#(UNIT).GetHeading" >
<strong>UNIT:GetHeading()</strong>
</a>
</dt>
<dd>
<p>Returns the DCS Unit heading.</p>
<h3>Return value</h3>
<p><em>#number:</em>
The DCS Unit heading</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UNIT).GetID" >
<strong>UNIT:GetID()</strong>
</a>