documentation

This commit is contained in:
FlightControl
2016-12-18 14:17:26 +01:00
parent 637b5113fa
commit 837796ed0b
64 changed files with 159 additions and 119 deletions

View File

@@ -71,7 +71,6 @@
<li><a href="StaticObject.html">StaticObject</a></li>
<li><a href="Task.html">Task</a></li>
<li><a href="Task_A2G.html">Task_A2G</a></li>
<li><a href="Task_Client_Menu.html">Task_Client_Menu</a></li>
<li><a href="Task_PICKUP.html">Task_PICKUP</a></li>
<li><a href="Task_SEAD.html">Task_SEAD</a></li>
<li><a href="Unit.html">Unit</a></li>
@@ -136,6 +135,12 @@
<td class="name" nowrap="nowrap"><a href="##(IDENTIFIABLE).ClassName">IDENTIFIABLE.ClassName</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(IDENTIFIABLE).GetCallsign">IDENTIFIABLE:GetCallsign()</a></td>
<td class="summary">
<p>Gets the CallSign of the IDENTIFIABLE, which is a blank by default.</p>
</td>
</tr>
<tr>
@@ -234,6 +239,24 @@
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(IDENTIFIABLE).GetCallsign" >
<strong>IDENTIFIABLE:GetCallsign()</strong>
</a>
</dt>
<dd>
<p>Gets the CallSign of the IDENTIFIABLE, which is a blank by default.</p>
<h3>Return value</h3>
<p><em>#string:</em>
The CallSign of the IDENTIFIABLE.</p>
</dd>
</dl>
<dl class="function">