New documentation version

This commit is contained in:
FlightControl_Master
2017-09-13 21:41:46 +02:00
parent f47ac8baaf
commit 887faacdb1
18 changed files with 4557 additions and 87 deletions

View File

@@ -1027,12 +1027,24 @@ mission designer to add a dedicated method</p>
<td class="summary">
<p>Iterate the SET_UNIT <strong>sorted *per Threat Level</strong> and call an interator function for each <strong>alive</strong> UNIT, providing the UNIT and optional parameters.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_UNIT).GetCoordinate">SET_UNIT:GetCoordinate()</a></td>
<td class="summary">
<p>Get the center coordinate of the SET_UNIT.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_UNIT).GetFirst">SET_UNIT:GetFirst()</a></td>
<td class="summary">
<p>Get the first unit from the set.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_UNIT).GetHeading">SET_UNIT:GetHeading()</a></td>
<td class="summary">
<p>Get the average heading of the SET_UNIT.</p>
</td>
</tr>
<tr>
@@ -1057,6 +1069,12 @@ mission designer to add a dedicated method</p>
<td class="name" nowrap="nowrap"><a href="##(SET_UNIT).GetUnitTypesText">SET_UNIT:GetUnitTypesText()</a></td>
<td class="summary">
<p>Returns a comma separated string of the unit types with a count in the <a href="Set.html">Set</a>.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_UNIT).GetVelocity">SET_UNIT:GetVelocity()</a></td>
<td class="summary">
<p>Get the maximum velocity of the SET_UNIT.</p>
</td>
</tr>
<tr>
@@ -5022,6 +5040,24 @@ self</p>
<dl class="function">
<dt>
<a id="#(SET_UNIT).GetCoordinate" >
<strong>SET_UNIT:GetCoordinate()</strong>
</a>
</dt>
<dd>
<p>Get the center coordinate of the SET_UNIT.</p>
<h3>Return value</h3>
<p><em><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</em>
The center coordinate of all the units in the set, including heading in degrees and speed in mps in case of moving units.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SET_UNIT).GetFirst" >
<strong>SET_UNIT:GetFirst()</strong>
</a>
@@ -5040,6 +5076,24 @@ The UNIT object.</p>
<dl class="function">
<dt>
<a id="#(SET_UNIT).GetHeading" >
<strong>SET_UNIT:GetHeading()</strong>
</a>
</dt>
<dd>
<p>Get the average heading of the SET_UNIT.</p>
<h3>Return value</h3>
<p><em>#number:</em>
Heading Heading in degrees and speed in mps in case of moving units.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SET_UNIT).GetTypeNames" >
<strong>SET_UNIT:GetTypeNames(Delimiter)</strong>
</a>
@@ -5121,6 +5175,24 @@ The unit types string</p>
<dl class="function">
<dt>
<a id="#(SET_UNIT).GetVelocity" >
<strong>SET_UNIT:GetVelocity()</strong>
</a>
</dt>
<dd>
<p>Get the maximum velocity of the SET_UNIT.</p>
<h3>Return value</h3>
<p><em>#number:</em>
The speed in mps in case of moving units.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SET_UNIT).HasFriendlyUnits" >
<strong>SET_UNIT:HasFriendlyUnits(FriendlyCoalition)</strong>
</a>